Shades of Golden Poppy #FABF09
Tints of Golden Poppy #FABF09
RGB
CMYK
RGB Variations
Color information
#FABF09 (or 0xFABF09) is known color: Golden Poppy. HEX triplet: FA, BF and 09. RGB value is (250,191,9). Sum of RGB (Red+Green+Blue) = 250+191+9=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF09 is #0540F6. Grayscale: #BCBCBC. Windows color (decimal): -344311 or 638970. OLE color: 638970.
HSL color Cylindrical-coordinate representation of color #FABF09: hue angle of 45.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FABF09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 45.31º | 0.96% | 0.51% | - |
| HSV(B) | 45.31º | 0.96% | 0.98% | - |
| XYZ | 58.1 | 57.61 | 8.31 | - |
| YUV | 187.89 | 27.05 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 9 | 0 | 0.24 | 0.96 | 0.02 | 45.31 | 0.96 | 0.51 |
| Hex | FA | BF | 9 | 0 | 18 | 60 | 2 | 2D | 60 | 33 |
| Octal | 372 | 277 | 11 | 0 | 30 | 140 | 2 | 55 | 140 | 63 |
| Binary | 11111010 | 10111111 | 1001 | 0 | 11000 | 1100000 | 10 | 101101 | 1100000 | 110011 |
Color Harmonies of #FABF09
Complementary color
Monochromatic Colors of #FABF09
Black with #FABF09
Text Example
Text Example
White with #FABF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF09; }
p { color: rgb(250,191,9); }
H1.HeaderClassName
{
color: #FABF09;
}
.AnyTagClassName
{
color: #FABF09;
}
</style>
background-color css
<style>
a { background-color: #FABF09; }
a { background-color: rgb(250,191,9); }
div.DivClassName
{
background-color: #FABF09;
}
.BgClassName
{
background-color: #FABF09;
}
</style>
border-color css
<style>
span { border-color: #FABF09; }
span { border-color: rgb(250,191,9); }
td.TdClassName
{
border-color: #FABF09;
}
.TagClassName
{
border-color: #FABF09;
}
</style>