Shades of Golden Poppy #F9C601
Tints of Golden Poppy #F9C601
RGB
CMYK
RGB Variations
Color information
#F9C601 (or 0xF9C601) is known color: Golden Poppy. HEX triplet: F9, C6 and 01. RGB value is (249,198,1). Sum of RGB (Red+Green+Blue) = 249+198+1=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C601 is #0639FE. Grayscale: #BFBFBF. Windows color (decimal): -408063 or 116473. OLE color: 116473.
HSL color Cylindrical-coordinate representation of color #F9C601: hue angle of 47.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9C601 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.02 |
| HSL | 47.66º | 0.99% | 0.49% | - |
| HSV(B) | 47.66º | 1% | 0.98% | - |
| XYZ | 59.27 | 60.53 | 8.59 | - |
| YUV | 190.79 | 20.9 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 1 | 0 | 0.20 | 1.00 | 0.02 | 47.66 | 0.99 | 0.49 |
| Hex | F9 | C6 | 1 | 0 | 14 | 64 | 2 | 30 | 63 | 31 |
| Octal | 371 | 306 | 1 | 0 | 24 | 144 | 2 | 60 | 143 | 61 |
| Binary | 11111001 | 11000110 | 1 | 0 | 10100 | 1100100 | 10 | 110000 | 1100011 | 110001 |
Color Harmonies of #F9C601
Complementary color
Monochromatic Colors of #F9C601
Black with #F9C601
Text Example
Text Example
White with #F9C601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C601; }
p { color: rgb(249,198,1); }
H1.HeaderClassName
{
color: #F9C601;
}
.AnyTagClassName
{
color: #F9C601;
}
</style>
background-color css
<style>
a { background-color: #F9C601; }
a { background-color: rgb(249,198,1); }
div.DivClassName
{
background-color: #F9C601;
}
.BgClassName
{
background-color: #F9C601;
}
</style>
border-color css
<style>
span { border-color: #F9C601; }
span { border-color: rgb(249,198,1); }
td.TdClassName
{
border-color: #F9C601;
}
.TagClassName
{
border-color: #F9C601;
}
</style>