#FFFD04

Color #FFFD04 Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow #FFFD04

Tints of Yellow #FFFD04

Color information

#FFFD04 (or 0xFFFD04) is unknown color: approx Yellow. HEX triplet: FF, FD and 04. RGB value is (255,253,4). Sum of RGB (Red+Green+Blue) = 255+253+4=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 4 (1.95% from 255 or 0.78% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD04 is #0002FB. Grayscale: #E2E2E2. Windows color (decimal): -764 or 327167. OLE color: 327167.

HSL color Cylindrical-coordinate representation of color #FFFD04: hue angle of 59.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFFD04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB2552534-
CMYK00.010.980
HSL59.52º100%50.78%-
HSV(B)59.52º98.43%100%-
XYZ76.3991.5213.75-
YUV225.213.16149.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 253 (99.22% from 255) = 49.41%
BLUE value IS 4 (1.95% from 255) = 0.78%
R=49.80%
G=49.41%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255253400.010.98059.5210050.78
HexFFFD4016203c6433
Octal37737540114207414463
Binary111111111111110110001110001001111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFD04; }

 p { color: rgb(255,253,4); }

 H1.HeaderClassName
 {
   color: #FFFD04;
 }
 .AnyTagClassName
 {
   color: #FFFD04;
 }
</style>
background-color css

<style>
 a { background-color: #FFFD04; }

 a { background-color: rgb(255,253,4); }

 div.DivClassName
 {
   background-color: #FFFD04;
 }
 .BgClassName
 {
   background-color: #FFFD04;
 }
</style>
border-color css

<style>
 span { border-color: #FFFD04; }

 span { border-color: rgb(255,253,4); }

 td.TdClassName
 {
   border-color: #FFFD04;
 }
 .TagClassName
 {
   border-color: #FFFD04;
 }
</style>