Shades of Golden Poppy #F9C80E
Tints of Golden Poppy #F9C80E
RGB
CMYK
RGB Variations
Color information
#F9C80E (or 0xF9C80E) is known color: Golden Poppy. HEX triplet: F9, C8 and 0E. RGB value is (249,200,14). Sum of RGB (Red+Green+Blue) = 249+200+14=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C80E is #0637F1. Grayscale: #C2C2C2. Windows color (decimal): -407538 or 968953. OLE color: 968953.
HSL color Cylindrical-coordinate representation of color #F9C80E: hue angle of 47.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9C80E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.49º | 0.95% | 0.52% | - |
| HSV(B) | 47.49º | 0.94% | 0.98% | - |
| XYZ | 59.8 | 61.48 | 9.13 | - |
| YUV | 193.45 | 26.73 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 14 | 0 | 0.20 | 0.94 | 0.02 | 47.49 | 0.95 | 0.52 |
| Hex | F9 | C8 | E | 0 | 14 | 5E | 2 | 2F | 5F | 34 |
| Octal | 371 | 310 | 16 | 0 | 24 | 136 | 2 | 57 | 137 | 64 |
| Binary | 11111001 | 11001000 | 1110 | 0 | 10100 | 1011110 | 10 | 101111 | 1011111 | 110100 |
Color Harmonies of #F9C80E
Complementary color
Monochromatic Colors of #F9C80E
Black with #F9C80E
Text Example
Text Example
White with #F9C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C80E; }
p { color: rgb(249,200,14); }
H1.HeaderClassName
{
color: #F9C80E;
}
.AnyTagClassName
{
color: #F9C80E;
}
</style>
background-color css
<style>
a { background-color: #F9C80E; }
a { background-color: rgb(249,200,14); }
div.DivClassName
{
background-color: #F9C80E;
}
.BgClassName
{
background-color: #F9C80E;
}
</style>
border-color css
<style>
span { border-color: #F9C80E; }
span { border-color: rgb(249,200,14); }
td.TdClassName
{
border-color: #F9C80E;
}
.TagClassName
{
border-color: #F9C80E;
}
</style>