Shades of Golden Poppy #F9C701
Tints of Golden Poppy #F9C701
RGB
CMYK
RGB Variations
Color information
#F9C701 (or 0xF9C701) is known color: Golden Poppy. HEX triplet: F9, C7 and 01. RGB value is (249,199,1). Sum of RGB (Red+Green+Blue) = 249+199+1=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C701 is #0638FE. Grayscale: #C0C0C0. Windows color (decimal): -407807 or 116729. OLE color: 116729.
HSL color Cylindrical-coordinate representation of color #F9C701: hue angle of 47.9º 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 #F9C701 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.02 |
| HSL | 47.9º | 0.99% | 0.49% | - |
| HSV(B) | 47.9º | 1% | 0.98% | - |
| XYZ | 59.5 | 60.99 | 8.66 | - |
| YUV | 191.38 | 20.57 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 1 | 0 | 0.20 | 1.00 | 0.02 | 47.9 | 0.99 | 0.49 |
| Hex | F9 | C7 | 1 | 0 | 14 | 64 | 2 | 30 | 63 | 31 |
| Octal | 371 | 307 | 1 | 0 | 24 | 144 | 2 | 60 | 143 | 61 |
| Binary | 11111001 | 11000111 | 1 | 0 | 10100 | 1100100 | 10 | 110000 | 1100011 | 110001 |
Color Harmonies of #F9C701
Complementary color
Monochromatic Colors of #F9C701
Black with #F9C701
Text Example
Text Example
White with #F9C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C701; }
p { color: rgb(249,199,1); }
H1.HeaderClassName
{
color: #F9C701;
}
.AnyTagClassName
{
color: #F9C701;
}
</style>
background-color css
<style>
a { background-color: #F9C701; }
a { background-color: rgb(249,199,1); }
div.DivClassName
{
background-color: #F9C701;
}
.BgClassName
{
background-color: #F9C701;
}
</style>
border-color css
<style>
span { border-color: #F9C701; }
span { border-color: rgb(249,199,1); }
td.TdClassName
{
border-color: #F9C701;
}
.TagClassName
{
border-color: #F9C701;
}
</style>