Shades of Golden Poppy #FABE0A
Tints of Golden Poppy #FABE0A
RGB
CMYK
RGB Variations
Color information
#FABE0A (or 0xFABE0A) is known color: Golden Poppy. HEX triplet: FA, BE and 0A. RGB value is (250,190,10). Sum of RGB (Red+Green+Blue) = 250+190+10=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABE0A is #0541F5. Grayscale: #BCBCBC. Windows color (decimal): -344566 or 704250. OLE color: 704250.
HSL color Cylindrical-coordinate representation of color #FABE0A: hue angle of 45º 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 #FABE0A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 45º | 0.96% | 0.51% | - |
| HSV(B) | 45º | 0.96% | 0.98% | - |
| XYZ | 57.89 | 57.17 | 8.27 | - |
| YUV | 187.42 | 27.88 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 10 | 0 | 0.24 | 0.96 | 0.02 | 45 | 0.96 | 0.51 |
| Hex | FA | BE | A | 0 | 18 | 60 | 2 | 2D | 60 | 33 |
| Octal | 372 | 276 | 12 | 0 | 30 | 140 | 2 | 55 | 140 | 63 |
| Binary | 11111010 | 10111110 | 1010 | 0 | 11000 | 1100000 | 10 | 101101 | 1100000 | 110011 |
Color Harmonies of #FABE0A
Complementary color
Monochromatic Colors of #FABE0A
Black with #FABE0A
Text Example
Text Example
White with #FABE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE0A; }
p { color: rgb(250,190,10); }
H1.HeaderClassName
{
color: #FABE0A;
}
.AnyTagClassName
{
color: #FABE0A;
}
</style>
background-color css
<style>
a { background-color: #FABE0A; }
a { background-color: rgb(250,190,10); }
div.DivClassName
{
background-color: #FABE0A;
}
.BgClassName
{
background-color: #FABE0A;
}
</style>
border-color css
<style>
span { border-color: #FABE0A; }
span { border-color: rgb(250,190,10); }
td.TdClassName
{
border-color: #FABE0A;
}
.TagClassName
{
border-color: #FABE0A;
}
</style>