Shades of Golden Poppy #FABF06
Tints of Golden Poppy #FABF06
RGB
CMYK
RGB Variations
Color information
#FABF06 (or 0xFABF06) is known color: Golden Poppy. HEX triplet: FA, BF and 06. RGB value is (250,191,6). Sum of RGB (Red+Green+Blue) = 250+191+6=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF06 is #0540F9. Grayscale: #BCBCBC. Windows color (decimal): -344314 or 442362. OLE color: 442362.
HSL color Cylindrical-coordinate representation of color #FABF06: hue angle of 45.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FABF06 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 6 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.02 |
| HSL | 45.49º | 0.96% | 0.5% | - |
| HSV(B) | 45.49º | 0.98% | 0.98% | - |
| XYZ | 58.09 | 57.6 | 8.23 | - |
| YUV | 187.55 | 25.55 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 6 | 0 | 0.24 | 0.98 | 0.02 | 45.49 | 0.96 | 0.5 |
| Hex | FA | BF | 6 | 0 | 18 | 62 | 2 | 2D | 60 | 32 |
| Octal | 372 | 277 | 6 | 0 | 30 | 142 | 2 | 55 | 140 | 62 |
| Binary | 11111010 | 10111111 | 110 | 0 | 11000 | 1100010 | 10 | 101101 | 1100000 | 110010 |
Color Harmonies of #FABF06
Complementary color
Monochromatic Colors of #FABF06
Black with #FABF06
Text Example
Text Example
White with #FABF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF06; }
p { color: rgb(250,191,6); }
H1.HeaderClassName
{
color: #FABF06;
}
.AnyTagClassName
{
color: #FABF06;
}
</style>
background-color css
<style>
a { background-color: #FABF06; }
a { background-color: rgb(250,191,6); }
div.DivClassName
{
background-color: #FABF06;
}
.BgClassName
{
background-color: #FABF06;
}
</style>
border-color css
<style>
span { border-color: #FABF06; }
span { border-color: rgb(250,191,6); }
td.TdClassName
{
border-color: #FABF06;
}
.TagClassName
{
border-color: #FABF06;
}
</style>