COLOR #FFCE0F

HEX: #FFCE0F
RGB: (255,206,15)

Color info

#FFCE0F contains mainly red and green colors. Web safe color of #FFCE0F is #FFCC00 (or #FC0).

RGB color model

#FFCE0F color RGB value is (255,206,15).

  • red value is 255;
  • green value is 206;
  • blue value is 15.
RGB:
(255,206,15)
(100%,81%,6%)

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 15 of 255 = 6%

255
206
15

R + G + B ~ 62%. #FFCE0F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 15 = 476 (100%)
R 255 of 476 ~ 53.57%
G 206 of 476 ~ 43.28%
B 15 of 476 ~ 3.15%

%53.57
%43.28

CMYK color model

#FFCE0F color CMYK value is (0,19,94,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK:
(0,19,94,0)
C0M19Y94K0 
(0%,19%,94%,0%)
(0.00/0.19/0.94/0.00)	

CMYK percentages

%0
%19.22
%94.12
%0

Codes

Color #FFCE0F in popluar color models

FFCE0F
RGB25520615
HSL48°100.00%52.94%
HSB/HSV48°94.12%100.00%
CMYK0.00%19.22%94.12%
0.00%

Color #FFCE0F in popluar number systems.

HEXFFCE0F
Decimal25520615
Binary11111111110011101111
Octal37731617

Shades and tints

Shades of #FFCE0F

#FFCE0F
(255,206,15)
#E8BC0E
(232,188,14)
#D1AA0D
(209,170,13)
#BA980C
(186,152,12)
#A3860B
(163,134,11)
#8C740A
(140,116,10)
#756209
(117,98,9)
#5E5008
(94,80,8)
#473E07
(71,62,7)
#302C06
(48,44,6)
#191A05
(25,26,5)
#000000
(0,0,0)

Tints of #FFCE0F

#FFCE0F
(255,206,15)
#FFD224
(255,210,36)
#FFD639
(255,214,57)
#FFDA4E
(255,218,78)
#FFDE63
(255,222,99)
#FFE278
(255,226,120)
#FFE68D
(255,230,141)
#FFEAA2
(255,234,162)
#FFEEB7
(255,238,183)
#FFF2CC
(255,242,204)
#FFF6E1
(255,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCE0F color. Also use rgb(255,206,15) instead hex code.

Text Font Color

.myTextColor { color: #FFCE0F; }

<p style="color:#FFCE0F">This sample text font color is #FFCE0F.</p>

This text font color is #FFCE0F.


Background Color

.myBgColor { background-color: #FFCE0F; }

<div style="background-color:#FFCE0F">Inner text</div>

This div background color is #FFCE0F.


Border color

.myBorderColor { border: 1px solid #FFCE0F; }

<div style="border:3px solid #FFCE0F">Div</div>

This div border color is #FFCE0F.


Opacity

.myOpacity80 { color: #FFCE0F; opacity: 0.8; }

<p style="color:#FFCE0F;opacity:0.8;">80%</p>

Text with #FFCE0F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFCE0F;}

<p style="text-shadow: 3px 3px 1px #FFCE0F">Text here.</p>

This text has shadow with #FFCE0F color.

.textShadow {text-shadow: 3px 3px 1px #FFCE0F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFCE0F, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFCE0F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFCE0F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFCE0F, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFCE0F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFCE0F;
  -webkit-box-shadow:	1px 1px 3px 2px #FFCE0F;
  box-shadow:		1px 1px 3px 2px #FFCE0F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFCE0F;
-webkit-box-shadow: 1px 1px 3px 2px #FFCE0F;
box-shadow:1px 1px 3px 2px #FFCE0F;">
Div content here</div>
This div box has shadow with color #FFCE0F.

Preview

Color preview on black background

This text has color #FFCE0F on black background.


Color preview on white background

This text has color #FFCE0F on white background.



Black color preview on #FFCE0F background

This text has black color on #FFCE0F background.


White color preview on #FFCE0F background

This text has white color on #FFCE0F background.