#f0c80c

Color #F0C80C Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #F0C80C

Tints of Golden Poppy #F0C80C

Color information

#F0C80C (or 0xF0C80C) is unknown color: approx Golden Poppy. HEX triplet: F0, C8 and 0C. RGB value is (240,200,12). Sum of RGB (Red+Green+Blue) = 240+200+12=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C80C is #0F37F3. Grayscale: #BFBFBF. Windows color (decimal): -997364 or 837872. OLE color: 837872.

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

Color convert

RGB24020012-
CMYK00.170.950.06
HSL49.47º90.48%49.41%-
HSV(B)49.47º95%94.12%-
XYZ56.6659.868.92-
YUV190.5327.25163.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 12 (5.08% from 255) = 2.65%
R=53.10%
G=44.25%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402001200.170.950.0649.4790.4849.41
HexF0C8C0115F6315a31
Octal3603101402113766113261
Binary1111000011001000110001000110111111101100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0c80c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0c80c; }

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

 H1.HeaderClassName
 {
   color: #f0c80c;
 }
 .AnyTagClassName
 {
   color: #f0c80c;
 }
</style>
background-color css

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

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

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

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

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

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