Shades of Golden Poppy #F4C902
Tints of Golden Poppy #F4C902
RGB
CMYK
RGB Variations
Color information
#F4C902 (or 0xF4C902) is known color: Golden Poppy. HEX triplet: F4, C9 and 02. RGB value is (244,201,2). Sum of RGB (Red+Green+Blue) = 244+201+2=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C902 is #0B36FD. Grayscale: #C0C0C0. Windows color (decimal): -734974 or 182772. OLE color: 182772.
HSL color Cylindrical-coordinate representation of color #F4C902: hue angle of 49.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4C902 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.04 |
| HSL | 49.34º | 0.98% | 0.48% | - |
| HSV(B) | 49.34º | 0.99% | 0.96% | - |
| XYZ | 58.21 | 61.01 | 8.77 | - |
| YUV | 191.17 | 21.25 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 2 | 0 | 0.18 | 0.99 | 0.04 | 49.34 | 0.98 | 0.48 |
| Hex | F4 | C9 | 2 | 0 | 12 | 63 | 4 | 31 | 62 | 30 |
| Octal | 364 | 311 | 2 | 0 | 22 | 143 | 4 | 61 | 142 | 60 |
| Binary | 11110100 | 11001001 | 10 | 0 | 10010 | 1100011 | 100 | 110001 | 1100010 | 110000 |
Color Harmonies of #F4C902
Complementary color
Monochromatic Colors of #F4C902
Black with #F4C902
Text Example
Text Example
White with #F4C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C902; }
p { color: rgb(244,201,2); }
H1.HeaderClassName
{
color: #F4C902;
}
.AnyTagClassName
{
color: #F4C902;
}
</style>
background-color css
<style>
a { background-color: #F4C902; }
a { background-color: rgb(244,201,2); }
div.DivClassName
{
background-color: #F4C902;
}
.BgClassName
{
background-color: #F4C902;
}
</style>
border-color css
<style>
span { border-color: #F4C902; }
span { border-color: rgb(244,201,2); }
td.TdClassName
{
border-color: #F4C902;
}
.TagClassName
{
border-color: #F4C902;
}
</style>