Shades of Golden Poppy #F9C80F
Tints of Golden Poppy #F9C80F
RGB
CMYK
RGB Variations
Color information
#F9C80F (or 0xF9C80F) is known color: Golden Poppy. HEX triplet: F9, C8 and 0F. RGB value is (249,200,15). Sum of RGB (Red+Green+Blue) = 249+200+15=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C80F is #0637F0. Grayscale: #C2C2C2. Windows color (decimal): -407537 or 1034489. OLE color: 1034489.
HSL color Cylindrical-coordinate representation of color #F9C80F: hue angle of 47.44º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9C80F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.44º | 0.95% | 0.52% | - |
| HSV(B) | 47.44º | 0.94% | 0.98% | - |
| XYZ | 59.81 | 61.48 | 9.17 | - |
| YUV | 193.56 | 27.23 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 15 | 0 | 0.20 | 0.94 | 0.02 | 47.44 | 0.95 | 0.52 |
| Hex | F9 | C8 | F | 0 | 14 | 5E | 2 | 2F | 5F | 34 |
| Octal | 371 | 310 | 17 | 0 | 24 | 136 | 2 | 57 | 137 | 64 |
| Binary | 11111001 | 11001000 | 1111 | 0 | 10100 | 1011110 | 10 | 101111 | 1011111 | 110100 |
Color Harmonies of #F9C80F
Complementary color
Monochromatic Colors of #F9C80F
Black with #F9C80F
Text Example
Text Example
White with #F9C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C80F; }
p { color: rgb(249,200,15); }
H1.HeaderClassName
{
color: #F9C80F;
}
.AnyTagClassName
{
color: #F9C80F;
}
</style>
background-color css
<style>
a { background-color: #F9C80F; }
a { background-color: rgb(249,200,15); }
div.DivClassName
{
background-color: #F9C80F;
}
.BgClassName
{
background-color: #F9C80F;
}
</style>
border-color css
<style>
span { border-color: #F9C80F; }
span { border-color: rgb(249,200,15); }
td.TdClassName
{
border-color: #F9C80F;
}
.TagClassName
{
border-color: #F9C80F;
}
</style>