Shades of Golden Poppy #F2C60A
Tints of Golden Poppy #F2C60A
RGB
CMYK
RGB Variations
Color information
#F2C60A (or 0xF2C60A) is known color: Golden Poppy. HEX triplet: F2, C6 and 0A. RGB value is (242,198,10). Sum of RGB (Red+Green+Blue) = 242+198+10=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C60A is #0D39F5. Grayscale: #BEBEBE. Windows color (decimal): -866806 or 706290. OLE color: 706290.
HSL color Cylindrical-coordinate representation of color #F2C60A: hue angle of 48.62º 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 #F2C60A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.05 |
| HSL | 48.62º | 0.92% | 0.49% | - |
| HSV(B) | 48.62º | 0.96% | 0.95% | - |
| XYZ | 56.87 | 59.29 | 8.73 | - |
| YUV | 189.72 | 26.58 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 10 | 0 | 0.18 | 0.96 | 0.05 | 48.62 | 0.92 | 0.49 |
| Hex | F2 | C6 | A | 0 | 12 | 60 | 5 | 31 | 5C | 31 |
| Octal | 362 | 306 | 12 | 0 | 22 | 140 | 5 | 61 | 134 | 61 |
| Binary | 11110010 | 11000110 | 1010 | 0 | 10010 | 1100000 | 101 | 110001 | 1011100 | 110001 |
Color Harmonies of #F2C60A
Complementary color
Monochromatic Colors of #F2C60A
Black with #F2C60A
Text Example
Text Example
White with #F2C60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C60A; }
p { color: rgb(242,198,10); }
H1.HeaderClassName
{
color: #F2C60A;
}
.AnyTagClassName
{
color: #F2C60A;
}
</style>
background-color css
<style>
a { background-color: #F2C60A; }
a { background-color: rgb(242,198,10); }
div.DivClassName
{
background-color: #F2C60A;
}
.BgClassName
{
background-color: #F2C60A;
}
</style>
border-color css
<style>
span { border-color: #F2C60A; }
span { border-color: rgb(242,198,10); }
td.TdClassName
{
border-color: #F2C60A;
}
.TagClassName
{
border-color: #F2C60A;
}
</style>