COLOR #FFFD0F

HEX: #FFFD0F
RGB: (255,253,15)

Color info

#FFFD0F contains mainly red and green colors. Web safe color of #FFFD0F is #FFFF00 (or #FF0).

RGB color model

#FFFD0F color RGB value is (255,253,15).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 15 of 255 = 6%

255
253
15

R + G + B ~ 68%. #FFFD0F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 15 = 523 (100%)
R 255 of 523 ~ 48.76%
G 253 of 523 ~ 48.37%
B 15 of 523 ~ 2.87%

%48.76
%48.37

CMYK color model

#FFFD0F color CMYK value is (0,1,94,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK:
(0,1,94,0)
C0M1Y94K0 
(0%,1%,94%,0%)
(0.00/0.01/0.94/0.00)	

CMYK percentages

%0
%0.78
%94.12
%0

Codes

Color #FFFD0F in popluar color models

FFFD0F
RGB25525315
HSL60°100.00%52.94%
HSB/HSV60°94.12%100.00%
CMYK0.00%0.78%94.12%
0.00%

Color #FFFD0F in popluar number systems.

HEXFFFD0F
Decimal25525315
Binary11111111111111011111
Octal37737517

Shades and tints

Shades of #FFFD0F

#FFFD0F
(255,253,15)
#E8E60E
(232,230,14)
#D1CF0D
(209,207,13)
#BAB80C
(186,184,12)
#A3A10B
(163,161,11)
#8C8A0A
(140,138,10)
#757309
(117,115,9)
#5E5C08
(94,92,8)
#474507
(71,69,7)
#302E06
(48,46,6)
#191705
(25,23,5)
#000000
(0,0,0)

Tints of #FFFD0F

#FFFD0F
(255,253,15)
#FFFD24
(255,253,36)
#FFFD39
(255,253,57)
#FFFD4E
(255,253,78)
#FFFD63
(255,253,99)
#FFFD78
(255,253,120)
#FFFD8D
(255,253,141)
#FFFDA2
(255,253,162)
#FFFDB7
(255,253,183)
#FFFDCC
(255,253,204)
#FFFDE1
(255,253,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFD0F; }

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

This text font color is #FFFD0F.


Background Color

.myBgColor { background-color: #FFFD0F; }

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

This div background color is #FFFD0F.


Border color

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

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

This div border color is #FFFD0F.


Opacity

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

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

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

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

This text has shadow with #FFFD0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFD0F on black background.


Color preview on white background

This text has color #FFFD0F on white background.



Black color preview on #FFFD0F background

This text has black color on #FFFD0F background.


White color preview on #FFFD0F background

This text has white color on #FFFD0F background.