Shades of Golden Poppy #FABE10
Tints of Golden Poppy #FABE10
RGB
CMYK
RGB Variations
Color information
#FABE10 (or 0xFABE10) is known color: Golden Poppy. HEX triplet: FA, BE and 10. RGB value is (250,190,16). Sum of RGB (Red+Green+Blue) = 250+190+16=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABE10 is #0541EF. Grayscale: #BCBCBC. Windows color (decimal): -344560 or 1097466. OLE color: 1097466.
HSL color Cylindrical-coordinate representation of color #FABE10: hue angle of 44.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FABE10 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 16 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.02 |
| HSL | 44.62º | 0.96% | 0.52% | - |
| HSV(B) | 44.62º | 0.94% | 0.98% | - |
| XYZ | 57.93 | 57.19 | 8.48 | - |
| YUV | 188.1 | 30.88 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 16 | 0 | 0.24 | 0.94 | 0.02 | 44.62 | 0.96 | 0.52 |
| Hex | FA | BE | 10 | 0 | 18 | 5E | 2 | 2D | 60 | 34 |
| Octal | 372 | 276 | 20 | 0 | 30 | 136 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 10111110 | 10000 | 0 | 11000 | 1011110 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FABE10
Complementary color
Monochromatic Colors of #FABE10
Black with #FABE10
Text Example
Text Example
White with #FABE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE10; }
p { color: rgb(250,190,16); }
H1.HeaderClassName
{
color: #FABE10;
}
.AnyTagClassName
{
color: #FABE10;
}
</style>
background-color css
<style>
a { background-color: #FABE10; }
a { background-color: rgb(250,190,16); }
div.DivClassName
{
background-color: #FABE10;
}
.BgClassName
{
background-color: #FABE10;
}
</style>
border-color css
<style>
span { border-color: #FABE10; }
span { border-color: rgb(250,190,16); }
td.TdClassName
{
border-color: #FABE10;
}
.TagClassName
{
border-color: #FABE10;
}
</style>