#F2C00A

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

Shades of Golden Poppy #F2C00A

Tints of Golden Poppy #F2C00A

Color information

#F2C00A (or 0xF2C00A) is unknown color: approx Golden Poppy. HEX triplet: F2, C0 and 0A. RGB value is (242,192,10). Sum of RGB (Red+Green+Blue) = 242+192+10=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C00A is #0D3FF5. Grayscale: #BABABA. Windows color (decimal): -868342 or 704754. OLE color: 704754.

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

Color convert

RGB24219210-
CMYK00.210.960.05
HSL47.07º92.06%49.41%-
HSV(B)47.07º95.87%94.9%-
XYZ55.5256.68.29-
YUV186.228.56167.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.50%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 10 (4.30% from 255) = 2.25%
R=54.50%
G=43.24%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421921000.210.960.0547.0792.0649.41
HexF2C0A0156052f5c31
Octal3623001202514055713461
Binary1111001011000000101001010111000001011011111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C00A; }

 p { color: rgb(242,192,10); }

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

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

 a { background-color: rgb(242,192,10); }

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

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

 span { border-color: rgb(242,192,10); }

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