#F0DF05

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

Shades of Golden Yellow #F0DF05

Tints of Golden Yellow #F0DF05

Color information

#F0DF05 (or 0xF0DF05) is unknown color: approx Golden Yellow. HEX triplet: F0, DF and 05. RGB value is (240,223,5). Sum of RGB (Red+Green+Blue) = 240+223+5=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF05 is #0F20FA. Grayscale: #CCCCCC. Windows color (decimal): -991483 or 385008. OLE color: 385008.

HSL color Cylindrical-coordinate representation of color #F0DF05: hue angle of 55.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0DF05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB2402235-
CMYK00.070.980.06
HSL55.66º95.92%48.04%-
HSV(B)55.66º97.92%94.12%-
XYZ62.3571.3110.62-
YUV203.2316.13154.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.28%
GREEN value IS 223 (87.5% from 255) = 47.65%
BLUE value IS 5 (2.34% from 255) = 1.07%
R=51.28%
G=47.65%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240223500.070.980.0655.6695.9248.04
HexF0DF507626386030
Octal36033750714267014060
Binary1111000011011111101011111000101101110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DF05; }

 p { color: rgb(240,223,5); }

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

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

 a { background-color: rgb(240,223,5); }

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

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

 span { border-color: rgb(240,223,5); }

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