Shades of Golden Poppy #F9C80C
Tints of Golden Poppy #F9C80C
RGB
CMYK
RGB Variations
Color information
#F9C80C (or 0xF9C80C) is known color: Golden Poppy. HEX triplet: F9, C8 and 0C. RGB value is (249,200,12). Sum of RGB (Red+Green+Blue) = 249+200+12=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C80C is #0637F3. Grayscale: #C2C2C2. Windows color (decimal): -407540 or 837881. OLE color: 837881.
HSL color Cylindrical-coordinate representation of color #F9C80C: hue angle of 47.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9C80C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.02 |
| HSL | 47.59º | 0.95% | 0.51% | - |
| HSV(B) | 47.59º | 0.95% | 0.98% | - |
| XYZ | 59.79 | 61.47 | 9.06 | - |
| YUV | 193.22 | 25.73 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 12 | 0 | 0.20 | 0.95 | 0.02 | 47.59 | 0.95 | 0.51 |
| Hex | F9 | C8 | C | 0 | 14 | 5F | 2 | 30 | 5F | 33 |
| Octal | 371 | 310 | 14 | 0 | 24 | 137 | 2 | 60 | 137 | 63 |
| Binary | 11111001 | 11001000 | 1100 | 0 | 10100 | 1011111 | 10 | 110000 | 1011111 | 110011 |
Color Harmonies of #F9C80C
Complementary color
Monochromatic Colors of #F9C80C
Black with #F9C80C
Text Example
Text Example
White with #F9C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C80C; }
p { color: rgb(249,200,12); }
H1.HeaderClassName
{
color: #F9C80C;
}
.AnyTagClassName
{
color: #F9C80C;
}
</style>
background-color css
<style>
a { background-color: #F9C80C; }
a { background-color: rgb(249,200,12); }
div.DivClassName
{
background-color: #F9C80C;
}
.BgClassName
{
background-color: #F9C80C;
}
</style>
border-color css
<style>
span { border-color: #F9C80C; }
span { border-color: rgb(249,200,12); }
td.TdClassName
{
border-color: #F9C80C;
}
.TagClassName
{
border-color: #F9C80C;
}
</style>