Shades of Golden Poppy #F9C10A
Tints of Golden Poppy #F9C10A
RGB
CMYK
RGB Variations
Color information
#F9C10A (or 0xF9C10A) is known color: Golden Poppy. HEX triplet: F9, C1 and 0A. RGB value is (249,193,10). Sum of RGB (Red+Green+Blue) = 249+193+10=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C10A is #063EF5. Grayscale: #BDBDBD. Windows color (decimal): -409334 or 705017. OLE color: 705017.
HSL color Cylindrical-coordinate representation of color #F9C10A: hue angle of 45.94º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9C10A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 45.94º | 0.95% | 0.51% | - |
| HSV(B) | 45.94º | 0.96% | 0.98% | - |
| XYZ | 58.19 | 58.3 | 8.47 | - |
| YUV | 188.88 | 27.05 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 10 | 0 | 0.22 | 0.96 | 0.02 | 45.94 | 0.95 | 0.51 |
| Hex | F9 | C1 | A | 0 | 16 | 60 | 2 | 2E | 5F | 33 |
| Octal | 371 | 301 | 12 | 0 | 26 | 140 | 2 | 56 | 137 | 63 |
| Binary | 11111001 | 11000001 | 1010 | 0 | 10110 | 1100000 | 10 | 101110 | 1011111 | 110011 |
Color Harmonies of #F9C10A
Complementary color
Monochromatic Colors of #F9C10A
Black with #F9C10A
Text Example
Text Example
White with #F9C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C10A; }
p { color: rgb(249,193,10); }
H1.HeaderClassName
{
color: #F9C10A;
}
.AnyTagClassName
{
color: #F9C10A;
}
</style>
background-color css
<style>
a { background-color: #F9C10A; }
a { background-color: rgb(249,193,10); }
div.DivClassName
{
background-color: #F9C10A;
}
.BgClassName
{
background-color: #F9C10A;
}
</style>
border-color css
<style>
span { border-color: #F9C10A; }
span { border-color: rgb(249,193,10); }
td.TdClassName
{
border-color: #F9C10A;
}
.TagClassName
{
border-color: #F9C10A;
}
</style>