Html Css Color HEX #F0C908 Golden Poppy

📋 copy color: '#F0C908'

red 240 ◦ green 201 ◦ blue 8

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

Shades of Golden Poppy #F0C908

Tints of Golden Poppy #F0C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 53.45%
G = 44.77%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0C908 (or 0xF0C908) is known color: Golden Poppy. HEX triplet: F0, C9 and 08. RGB value is (240,201,8). Sum of RGB (Red+Green+Blue) = 240+201+8=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C908 is #0F36F7. Grayscale: #BFBFBF. Windows color (decimal): -997112 or 575984. OLE color: 575984.

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

Color convert

RGB 240 201 8 -
CMYK 0 0.16 0.97 0.06
HSL 49.91º 0.94% 0.49% -
HSV(B) 49.91º 0.97% 0.94% -
XYZ 56.87 60.32 8.87 -
YUV 190.66 24.92 163.19 -
System Red Green Blue C M Y K H S L
Decimal 240 201 8 0 0.16 0.97 0.06 49.91 0.94 0.49
Hex F0 C9 8 0 10 61 6 32 5E 31
Octal 360 311 10 0 20 141 6 62 136 61
Binary 11110000 11001001 1000 0 10000 1100001 110 110010 1011110 110001

Color Harmonies of #F0C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C908

Black with #F0C908

Text Example


Text Example

White with #F0C908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C908; }

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

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

background-color css

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

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

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

border-color css

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

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

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