Shades of Golden Poppy #FABE11
Tints of Golden Poppy #FABE11
RGB
CMYK
RGB Variations
Color information
#FABE11 (or 0xFABE11) is known color: Golden Poppy. HEX triplet: FA, BE and 11. RGB value is (250,190,17). Sum of RGB (Red+Green+Blue) = 250+190+17=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABE11 is #0541EE. Grayscale: #BCBCBC. Windows color (decimal): -344559 or 1163002. OLE color: 1163002.
HSL color Cylindrical-coordinate representation of color #FABE11: hue angle of 44.55º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FABE11 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.02 |
| HSL | 44.55º | 0.96% | 0.52% | - |
| HSV(B) | 44.55º | 0.93% | 0.98% | - |
| XYZ | 57.94 | 57.19 | 8.52 | - |
| YUV | 188.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 17 | 0 | 0.24 | 0.93 | 0.02 | 44.55 | 0.96 | 0.52 |
| Hex | FA | BE | 11 | 0 | 18 | 5D | 2 | 2D | 60 | 34 |
| Octal | 372 | 276 | 21 | 0 | 30 | 135 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 10111110 | 10001 | 0 | 11000 | 1011101 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FABE11
Complementary color
Monochromatic Colors of #FABE11
Black with #FABE11
Text Example
Text Example
White with #FABE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE11; }
p { color: rgb(250,190,17); }
H1.HeaderClassName
{
color: #FABE11;
}
.AnyTagClassName
{
color: #FABE11;
}
</style>
background-color css
<style>
a { background-color: #FABE11; }
a { background-color: rgb(250,190,17); }
div.DivClassName
{
background-color: #FABE11;
}
.BgClassName
{
background-color: #FABE11;
}
</style>
border-color css
<style>
span { border-color: #FABE11; }
span { border-color: rgb(250,190,17); }
td.TdClassName
{
border-color: #FABE11;
}
.TagClassName
{
border-color: #FABE11;
}
</style>