Shades of Golden Poppy #F2C603
Tints of Golden Poppy #F2C603
RGB
CMYK
RGB Variations
Color information
#F2C603 (or 0xF2C603) is known color: Golden Poppy. HEX triplet: F2, C6 and 03. RGB value is (242,198,3). Sum of RGB (Red+Green+Blue) = 242+198+3=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C603 is #0D39FC. Grayscale: #BDBDBD. Windows color (decimal): -866813 or 247538. OLE color: 247538.
HSL color Cylindrical-coordinate representation of color #F2C603: hue angle of 48.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2C603 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.05 |
| HSL | 48.95º | 0.98% | 0.48% | - |
| HSV(B) | 48.95º | 0.99% | 0.95% | - |
| XYZ | 56.83 | 59.27 | 8.53 | - |
| YUV | 188.93 | 23.08 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 3 | 0 | 0.18 | 0.99 | 0.05 | 48.95 | 0.98 | 0.48 |
| Hex | F2 | C6 | 3 | 0 | 12 | 63 | 5 | 31 | 62 | 30 |
| Octal | 362 | 306 | 3 | 0 | 22 | 143 | 5 | 61 | 142 | 60 |
| Binary | 11110010 | 11000110 | 11 | 0 | 10010 | 1100011 | 101 | 110001 | 1100010 | 110000 |
Color Harmonies of #F2C603
Complementary color
Monochromatic Colors of #F2C603
Black with #F2C603
Text Example
Text Example
White with #F2C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C603; }
p { color: rgb(242,198,3); }
H1.HeaderClassName
{
color: #F2C603;
}
.AnyTagClassName
{
color: #F2C603;
}
</style>
background-color css
<style>
a { background-color: #F2C603; }
a { background-color: rgb(242,198,3); }
div.DivClassName
{
background-color: #F2C603;
}
.BgClassName
{
background-color: #F2C603;
}
</style>
border-color css
<style>
span { border-color: #F2C603; }
span { border-color: rgb(242,198,3); }
td.TdClassName
{
border-color: #F2C603;
}
.TagClassName
{
border-color: #F2C603;
}
</style>