Shades of Golden Poppy #F9C105
Tints of Golden Poppy #F9C105
RGB
CMYK
RGB Variations
Color information
#F9C105 (or 0xF9C105) is known color: Golden Poppy. HEX triplet: F9, C1 and 05. RGB value is (249,193,5). Sum of RGB (Red+Green+Blue) = 249+193+5=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C105 is #063EFA. Grayscale: #BDBDBD. Windows color (decimal): -409339 or 377337. OLE color: 377337.
HSL color Cylindrical-coordinate representation of color #F9C105: hue angle of 46.23º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9C105 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.23º | 0.96% | 0.5% | - |
| HSV(B) | 46.23º | 0.98% | 0.98% | - |
| XYZ | 58.16 | 58.29 | 8.33 | - |
| YUV | 188.31 | 24.55 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 5 | 0 | 0.22 | 0.98 | 0.02 | 46.23 | 0.96 | 0.5 |
| Hex | F9 | C1 | 5 | 0 | 16 | 62 | 2 | 2E | 60 | 32 |
| Octal | 371 | 301 | 5 | 0 | 26 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111001 | 11000001 | 101 | 0 | 10110 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #F9C105
Complementary color
Monochromatic Colors of #F9C105
Black with #F9C105
Text Example
Text Example
White with #F9C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C105; }
p { color: rgb(249,193,5); }
H1.HeaderClassName
{
color: #F9C105;
}
.AnyTagClassName
{
color: #F9C105;
}
</style>
background-color css
<style>
a { background-color: #F9C105; }
a { background-color: rgb(249,193,5); }
div.DivClassName
{
background-color: #F9C105;
}
.BgClassName
{
background-color: #F9C105;
}
</style>
border-color css
<style>
span { border-color: #F9C105; }
span { border-color: rgb(249,193,5); }
td.TdClassName
{
border-color: #F9C105;
}
.TagClassName
{
border-color: #F9C105;
}
</style>