COLOR #FFD00F

HEX: #FFD00F
RGB: (255,208,15)

Color info

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

RGB color model

#FFD00F color RGB value is (255,208,15).

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

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 15 of 255 = 6%

255
208
15

R + G + B ~ 63%. #FFD00F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 15 = 478 (100%)
R 255 of 478 ~ 53.35%
G 208 of 478 ~ 43.51%
B 15 of 478 ~ 3.14%

%53.35
%43.51

CMYK color model

#FFD00F color CMYK value is (0,18,94,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK: (0,18,94,0) C0M18Y94K0 (0%,18%,94%,0%) (0.00/0.18/0.94/0.00)

CMYK percentages

%0
%18.43
%94.12
%0

Codes

Color #FFD00F in popluar color models

FFD00F
RGB25520815
HSL48°100.00%52.94%
HSB/HSV48°94.12%100.00%
CMYK0.00%18.43%94.12%
0.00%

Color #FFD00F in popluar number systems.

HEXFFD00F
Decimal25520815
Binary11111111110100001111
Octal37732017

Shades and tints

Shades of #FFD00F

#FFD00F
(255,208,15)
#E8BE0E
(232,190,14)
#D1AC0D
(209,172,13)
#BA9A0C
(186,154,12)
#A3880B
(163,136,11)
#8C760A
(140,118,10)
#756409
(117,100,9)
#5E5208
(94,82,8)
#474007
(71,64,7)
#302E06
(48,46,6)
#191C05
(25,28,5)
#000000
(0,0,0)

Tints of #FFD00F

#FFD00F
(255,208,15)
#FFD424
(255,212,36)
#FFD839
(255,216,57)
#FFDC4E
(255,220,78)
#FFE063
(255,224,99)
#FFE478
(255,228,120)
#FFE88D
(255,232,141)
#FFECA2
(255,236,162)
#FFF0B7
(255,240,183)
#FFF4CC
(255,244,204)
#FFF8E1
(255,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD00F; }

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

This text font color is #FFD00F.


Background Color

.myBgColor { background-color: #FFD00F; }

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

This div background color is #FFD00F.


Border color

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

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

This div border color is #FFD00F.


Opacity

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

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

Text with #FFD00F 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 #FFD00F;}

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

This text has shadow with #FFD00F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FFD00F on black background.


Color preview on white background

This text has color #FFD00F on white background.



Black color preview on #FFD00F background

This text has black color on #FFD00F background.


White color preview on #FFD00F background

This text has white color on #FFD00F background.