Html Css Color HEX #F2DE08 Golden Yellow

📋 copy color: '#F2DE08'

red 242 ◦ green 222 ◦ blue 8

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

Shades of Golden Yellow #F2DE08

Tints of Golden Yellow #F2DE08

RGB

 RED value IS 242 (94.92% from 255) = 51.27%

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

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

R = 51.27%
G = 47.03%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2DE08 (or 0xF2DE08) is known color: Golden Yellow. HEX triplet: F2, DE and 08. RGB value is (242,222,8). Sum of RGB (Red+Green+Blue) = 242+222+8=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DE08 is #0D21F7. Grayscale: #CCCCCC. Windows color (decimal): -860664 or 581362. OLE color: 581362.

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

Color convert

RGB 242 222 8 -
CMYK 0 0.08 0.97 0.05
HSL 54.87º 0.94% 0.49% -
HSV(B) 54.87º 0.97% 0.95% -
XYZ 62.78 71.14 10.65 -
YUV 203.58 17.63 155.4 -
System Red Green Blue C M Y K H S L
Decimal 242 222 8 0 0.08 0.97 0.05 54.87 0.94 0.49
Hex F2 DE 8 0 8 61 5 37 5E 31
Octal 362 336 10 0 10 141 5 67 136 61
Binary 11110010 11011110 1000 0 1000 1100001 101 110111 1011110 110001

Color Harmonies of #F2DE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DE08

Black with #F2DE08

Text Example


Text Example

White with #F2DE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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