Shades of Golden Poppy #FABF08
Tints of Golden Poppy #FABF08
RGB
CMYK
RGB Variations
Color information
#FABF08 (or 0xFABF08) is known color: Golden Poppy. HEX triplet: FA, BF and 08. RGB value is (250,191,8). Sum of RGB (Red+Green+Blue) = 250+191+8=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF08 is #0540F7. Grayscale: #BCBCBC. Windows color (decimal): -344312 or 573434. OLE color: 573434.
HSL color Cylindrical-coordinate representation of color #FABF08: hue angle of 45.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FABF08 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.02 |
| HSL | 45.37º | 0.96% | 0.51% | - |
| HSV(B) | 45.37º | 0.97% | 0.98% | - |
| XYZ | 58.1 | 57.6 | 8.29 | - |
| YUV | 187.78 | 26.55 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 8 | 0 | 0.24 | 0.97 | 0.02 | 45.37 | 0.96 | 0.51 |
| Hex | FA | BF | 8 | 0 | 18 | 61 | 2 | 2D | 60 | 33 |
| Octal | 372 | 277 | 10 | 0 | 30 | 141 | 2 | 55 | 140 | 63 |
| Binary | 11111010 | 10111111 | 1000 | 0 | 11000 | 1100001 | 10 | 101101 | 1100000 | 110011 |
Color Harmonies of #FABF08
Complementary color
Monochromatic Colors of #FABF08
Black with #FABF08
Text Example
Text Example
White with #FABF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF08; }
p { color: rgb(250,191,8); }
H1.HeaderClassName
{
color: #FABF08;
}
.AnyTagClassName
{
color: #FABF08;
}
</style>
background-color css
<style>
a { background-color: #FABF08; }
a { background-color: rgb(250,191,8); }
div.DivClassName
{
background-color: #FABF08;
}
.BgClassName
{
background-color: #FABF08;
}
</style>
border-color css
<style>
span { border-color: #FABF08; }
span { border-color: rgb(250,191,8); }
td.TdClassName
{
border-color: #FABF08;
}
.TagClassName
{
border-color: #FABF08;
}
</style>