Html Css Color HEX #F0DE08 Golden Yellow

📋 copy color: '#F0DE08'

red 240 ◦ green 222 ◦ blue 8

#F0DE08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #F0DE08

Tints of Golden Yellow #F0DE08

RGB

 RED value IS 240 (94.14% from 255) = 51.06%

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 8 (3.52% from 255) = 1.7%

R = 51.06%
G = 47.23%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0DE08 (or 0xF0DE08) is known color: Golden Yellow. HEX triplet: F0, DE and 08. RGB value is (240,222,8). Sum of RGB (Red+Green+Blue) = 240+222+8=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DE08 is #0F21F7. Grayscale: #CBCBCB. Windows color (decimal): -991736 or 581360. OLE color: 581360.

HSL color Cylindrical-coordinate representation of color #F0DE08: hue angle of 55.34º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0DE08 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 8 -
CMYK 0 0.08 0.97 0.06
HSL 55.34º 0.94% 0.49% -
HSV(B) 55.34º 0.97% 0.94% -
XYZ 62.1 70.79 10.62 -
YUV 202.99 17.96 154.4 -
System Red Green Blue C M Y K H S L
Decimal 240 222 8 0 0.08 0.97 0.06 55.34 0.94 0.49
Hex F0 DE 8 0 8 61 6 37 5E 31
Octal 360 336 10 0 10 141 6 67 136 61
Binary 11110000 11011110 1000 0 1000 1100001 110 110111 1011110 110001

Color Harmonies of #F0DE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE08

Black with #F0DE08

Text Example


Text Example

White with #F0DE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE08; }

 p { color: rgb(240,222,8); }

 H1.HeaderClassName
 {
   color: #F0DE08;
 }
 .AnyTagClassName
 {
   color: #F0DE08;
 }
</style>

background-color css

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

 a { background-color: rgb(240,222,8); }

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

border-color css

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

 span { border-color: rgb(240,222,8); }

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