Shades of Golden Poppy #F9C70B
Tints of Golden Poppy #F9C70B
RGB
CMYK
RGB Variations
Color information
#F9C70B (or 0xF9C70B) is known color: Golden Poppy. HEX triplet: F9, C7 and 0B. RGB value is (249,199,11). Sum of RGB (Red+Green+Blue) = 249+199+11=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C70B is #0638F4. Grayscale: #C1C1C1. Windows color (decimal): -407797 or 772089. OLE color: 772089.
HSL color Cylindrical-coordinate representation of color #F9C70B: hue angle of 47.39º 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 #F9C70B is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 11 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.02 |
| HSL | 47.39º | 0.95% | 0.51% | - |
| HSV(B) | 47.39º | 0.96% | 0.98% | - |
| XYZ | 59.55 | 61.01 | 8.95 | - |
| YUV | 192.52 | 25.57 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 11 | 0 | 0.20 | 0.96 | 0.02 | 47.39 | 0.95 | 0.51 |
| Hex | F9 | C7 | B | 0 | 14 | 60 | 2 | 2F | 5F | 33 |
| Octal | 371 | 307 | 13 | 0 | 24 | 140 | 2 | 57 | 137 | 63 |
| Binary | 11111001 | 11000111 | 1011 | 0 | 10100 | 1100000 | 10 | 101111 | 1011111 | 110011 |
Color Harmonies of #F9C70B
Complementary color
Monochromatic Colors of #F9C70B
Black with #F9C70B
Text Example
Text Example
White with #F9C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C70B; }
p { color: rgb(249,199,11); }
H1.HeaderClassName
{
color: #F9C70B;
}
.AnyTagClassName
{
color: #F9C70B;
}
</style>
background-color css
<style>
a { background-color: #F9C70B; }
a { background-color: rgb(249,199,11); }
div.DivClassName
{
background-color: #F9C70B;
}
.BgClassName
{
background-color: #F9C70B;
}
</style>
border-color css
<style>
span { border-color: #F9C70B; }
span { border-color: rgb(249,199,11); }
td.TdClassName
{
border-color: #F9C70B;
}
.TagClassName
{
border-color: #F9C70B;
}
</style>