Shades of Golden Poppy #FABF0E
Tints of Golden Poppy #FABF0E
RGB
CMYK
RGB Variations
Color information
#FABF0E (or 0xFABF0E) is known color: Golden Poppy. HEX triplet: FA, BF and 0E. RGB value is (250,191,14). Sum of RGB (Red+Green+Blue) = 250+191+14=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF0E is #0540F1. Grayscale: #BDBDBD. Windows color (decimal): -344306 or 966650. OLE color: 966650.
HSL color Cylindrical-coordinate representation of color #FABF0E: hue angle of 45º degrees, saturation: 0.96, 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 #FABF0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.02 |
| HSL | 45º | 0.96% | 0.52% | - |
| HSV(B) | 45º | 0.94% | 0.98% | - |
| XYZ | 58.13 | 57.62 | 8.47 | - |
| YUV | 188.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 14 | 0 | 0.24 | 0.94 | 0.02 | 45 | 0.96 | 0.52 |
| Hex | FA | BF | E | 0 | 18 | 5E | 2 | 2D | 60 | 34 |
| Octal | 372 | 277 | 16 | 0 | 30 | 136 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 10111111 | 1110 | 0 | 11000 | 1011110 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FABF0E
Complementary color
Monochromatic Colors of #FABF0E
Black with #FABF0E
Text Example
Text Example
White with #FABF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF0E; }
p { color: rgb(250,191,14); }
H1.HeaderClassName
{
color: #FABF0E;
}
.AnyTagClassName
{
color: #FABF0E;
}
</style>
background-color css
<style>
a { background-color: #FABF0E; }
a { background-color: rgb(250,191,14); }
div.DivClassName
{
background-color: #FABF0E;
}
.BgClassName
{
background-color: #FABF0E;
}
</style>
border-color css
<style>
span { border-color: #FABF0E; }
span { border-color: rgb(250,191,14); }
td.TdClassName
{
border-color: #FABF0E;
}
.TagClassName
{
border-color: #FABF0E;
}
</style>