Html Css Color HEX #F0DF08 Golden Yellow

📋 copy color: '#F0DF08'

red 240 ◦ green 223 ◦ blue 8

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

Shades of Golden Yellow #F0DF08

Tints of Golden Yellow #F0DF08

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 50.96%
G = 47.35%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0DF08 (or 0xF0DF08) is known color: Golden Yellow. HEX triplet: F0, DF and 08. RGB value is (240,223,8). Sum of RGB (Red+Green+Blue) = 240+223+8=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF08 is #0F20F7. Grayscale: #CCCCCC. Windows color (decimal): -991480 or 581616. OLE color: 581616.

HSL color Cylindrical-coordinate representation of color #F0DF08: hue angle of 55.6º 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 #F0DF08 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 8 -
CMYK 0 0.07 0.97 0.06
HSL 55.6º 0.94% 0.49% -
HSV(B) 55.6º 0.97% 0.94% -
XYZ 62.37 71.32 10.71 -
YUV 203.57 17.63 153.98 -
System Red Green Blue C M Y K H S L
Decimal 240 223 8 0 0.07 0.97 0.06 55.6 0.94 0.49
Hex F0 DF 8 0 7 61 6 38 5E 31
Octal 360 337 10 0 7 141 6 70 136 61
Binary 11110000 11011111 1000 0 111 1100001 110 111000 1011110 110001

Color Harmonies of #F0DF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF08

Black with #F0DF08

Text Example


Text Example

White with #F0DF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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