Shades of Golden Poppy #F9C211
Tints of Golden Poppy #F9C211
RGB
CMYK
RGB Variations
Color information
#F9C211 (or 0xF9C211) is known color: Golden Poppy. HEX triplet: F9, C2 and 11. RGB value is (249,194,17). Sum of RGB (Red+Green+Blue) = 249+194+17=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C211 is #063DEE. Grayscale: #BFBFBF. Windows color (decimal): -409071 or 1164025. OLE color: 1164025.
HSL color Cylindrical-coordinate representation of color #F9C211: hue angle of 45.78º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9C211 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.02 |
| HSL | 45.78º | 0.95% | 0.52% | - |
| HSV(B) | 45.78º | 0.93% | 0.98% | - |
| XYZ | 58.46 | 58.76 | 8.79 | - |
| YUV | 190.27 | 30.22 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 17 | 0 | 0.22 | 0.93 | 0.02 | 45.78 | 0.95 | 0.52 |
| Hex | F9 | C2 | 11 | 0 | 16 | 5D | 2 | 2E | 5F | 34 |
| Octal | 371 | 302 | 21 | 0 | 26 | 135 | 2 | 56 | 137 | 64 |
| Binary | 11111001 | 11000010 | 10001 | 0 | 10110 | 1011101 | 10 | 101110 | 1011111 | 110100 |
Color Harmonies of #F9C211
Complementary color
Monochromatic Colors of #F9C211
Black with #F9C211
Text Example
Text Example
White with #F9C211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C211; }
p { color: rgb(249,194,17); }
H1.HeaderClassName
{
color: #F9C211;
}
.AnyTagClassName
{
color: #F9C211;
}
</style>
background-color css
<style>
a { background-color: #F9C211; }
a { background-color: rgb(249,194,17); }
div.DivClassName
{
background-color: #F9C211;
}
.BgClassName
{
background-color: #F9C211;
}
</style>
border-color css
<style>
span { border-color: #F9C211; }
span { border-color: rgb(249,194,17); }
td.TdClassName
{
border-color: #F9C211;
}
.TagClassName
{
border-color: #F9C211;
}
</style>