Shades of Golden Poppy #FABF01
Tints of Golden Poppy #FABF01
RGB
CMYK
RGB Variations
Color information
#FABF01 (or 0xFABF01) is known color: Golden Poppy. HEX triplet: FA, BF and 01. RGB value is (250,191,1). Sum of RGB (Red+Green+Blue) = 250+191+1=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF01 is #0540FE. Grayscale: #BBBBBB. Windows color (decimal): -344319 or 114682. OLE color: 114682.
HSL color Cylindrical-coordinate representation of color #FABF01: hue angle of 45.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FABF01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.02 |
| HSL | 45.78º | 0.99% | 0.49% | - |
| HSV(B) | 45.78º | 1% | 0.98% | - |
| XYZ | 58.06 | 57.59 | 8.08 | - |
| YUV | 186.98 | 23.05 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 1 | 0 | 0.24 | 1.00 | 0.02 | 45.78 | 0.99 | 0.49 |
| Hex | FA | BF | 1 | 0 | 18 | 64 | 2 | 2E | 63 | 31 |
| Octal | 372 | 277 | 1 | 0 | 30 | 144 | 2 | 56 | 143 | 61 |
| Binary | 11111010 | 10111111 | 1 | 0 | 11000 | 1100100 | 10 | 101110 | 1100011 | 110001 |
Color Harmonies of #FABF01
Complementary color
Monochromatic Colors of #FABF01
Black with #FABF01
Text Example
Text Example
White with #FABF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF01; }
p { color: rgb(250,191,1); }
H1.HeaderClassName
{
color: #FABF01;
}
.AnyTagClassName
{
color: #FABF01;
}
</style>
background-color css
<style>
a { background-color: #FABF01; }
a { background-color: rgb(250,191,1); }
div.DivClassName
{
background-color: #FABF01;
}
.BgClassName
{
background-color: #FABF01;
}
</style>
border-color css
<style>
span { border-color: #FABF01; }
span { border-color: rgb(250,191,1); }
td.TdClassName
{
border-color: #FABF01;
}
.TagClassName
{
border-color: #FABF01;
}
</style>