Html Css Color HEX #F0C809 Golden Poppy

📋 copy color: '#F0C809'

red 240 ◦ green 200 ◦ blue 9

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

Shades of Golden Poppy #F0C809

Tints of Golden Poppy #F0C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 9 (3.91% from 255) = 2%

R = 53.45%
G = 44.54%
B = 2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0C809 (or 0xF0C809) is known color: Golden Poppy. HEX triplet: F0, C8 and 09. RGB value is (240,200,9). Sum of RGB (Red+Green+Blue) = 240+200+9=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C809 is #0F37F6. Grayscale: #BEBEBE. Windows color (decimal): -997367 or 641264. OLE color: 641264.

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

Color convert

RGB 240 200 9 -
CMYK 0 0.17 0.96 0.06
HSL 49.61º 0.93% 0.49% -
HSV(B) 49.61º 0.96% 0.94% -
XYZ 56.64 59.85 8.83 -
YUV 190.19 25.75 163.53 -
System Red Green Blue C M Y K H S L
Decimal 240 200 9 0 0.17 0.96 0.06 49.61 0.93 0.49
Hex F0 C8 9 0 11 60 6 32 5D 31
Octal 360 310 11 0 21 140 6 62 135 61
Binary 11110000 11001000 1001 0 10001 1100000 110 110010 1011101 110001

Color Harmonies of #F0C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C809

Black with #F0C809

Text Example


Text Example

White with #F0C809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C809; }

 p { color: rgb(240,200,9); }

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

background-color css

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

 a { background-color: rgb(240,200,9); }

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

border-color css

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

 span { border-color: rgb(240,200,9); }

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