Shades of Golden Poppy #F9C104
Tints of Golden Poppy #F9C104
RGB
CMYK
RGB Variations
Color information
#F9C104 (or 0xF9C104) is known color: Golden Poppy. HEX triplet: F9, C1 and 04. RGB value is (249,193,4). Sum of RGB (Red+Green+Blue) = 249+193+4=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C104 is #063EFB. Grayscale: #BDBDBD. Windows color (decimal): -409340 or 311801. OLE color: 311801.
HSL color Cylindrical-coordinate representation of color #F9C104: hue angle of 46.29º degrees, saturation: 0.97, 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 #F9C104 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.29º | 0.97% | 0.5% | - |
| HSV(B) | 46.29º | 0.98% | 0.98% | - |
| XYZ | 58.16 | 58.29 | 8.3 | - |
| YUV | 188.2 | 24.05 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 4 | 0 | 0.22 | 0.98 | 0.02 | 46.29 | 0.97 | 0.5 |
| Hex | F9 | C1 | 4 | 0 | 16 | 62 | 2 | 2E | 61 | 32 |
| Octal | 371 | 301 | 4 | 0 | 26 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111001 | 11000001 | 100 | 0 | 10110 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #F9C104
Complementary color
Monochromatic Colors of #F9C104
Black with #F9C104
Text Example
Text Example
White with #F9C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C104; }
p { color: rgb(249,193,4); }
H1.HeaderClassName
{
color: #F9C104;
}
.AnyTagClassName
{
color: #F9C104;
}
</style>
background-color css
<style>
a { background-color: #F9C104; }
a { background-color: rgb(249,193,4); }
div.DivClassName
{
background-color: #F9C104;
}
.BgClassName
{
background-color: #F9C104;
}
</style>
border-color css
<style>
span { border-color: #F9C104; }
span { border-color: rgb(249,193,4); }
td.TdClassName
{
border-color: #F9C104;
}
.TagClassName
{
border-color: #F9C104;
}
</style>