Shades of Selective Yellow #FABB0E
Tints of Selective Yellow #FABB0E
RGB
CMYK
RGB Variations
Color information
#FABB0E (or 0xFABB0E) is known color: Selective Yellow. HEX triplet: FA, BB and 0E. RGB value is (250,187,14). Sum of RGB (Red+Green+Blue) = 250+187+14=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB0E is #0544F1. Grayscale: #BABABA. Windows color (decimal): -345330 or 965626. OLE color: 965626.
HSL color Cylindrical-coordinate representation of color #FABB0E: hue angle of 43.98º 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 #FABB0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.02 |
| HSL | 43.98º | 0.96% | 0.52% | - |
| HSV(B) | 43.98º | 0.94% | 0.98% | - |
| XYZ | 57.27 | 55.9 | 8.19 | - |
| YUV | 186.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 14 | 0 | 0.25 | 0.94 | 0.02 | 43.98 | 0.96 | 0.52 |
| Hex | FA | BB | E | 0 | 19 | 5E | 2 | 2C | 60 | 34 |
| Octal | 372 | 273 | 16 | 0 | 31 | 136 | 2 | 54 | 140 | 64 |
| Binary | 11111010 | 10111011 | 1110 | 0 | 11001 | 1011110 | 10 | 101100 | 1100000 | 110100 |
Color Harmonies of #FABB0E
Complementary color
Monochromatic Colors of #FABB0E
Black with #FABB0E
Text Example
Text Example
White with #FABB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB0E; }
p { color: rgb(250,187,14); }
H1.HeaderClassName
{
color: #FABB0E;
}
.AnyTagClassName
{
color: #FABB0E;
}
</style>
background-color css
<style>
a { background-color: #FABB0E; }
a { background-color: rgb(250,187,14); }
div.DivClassName
{
background-color: #FABB0E;
}
.BgClassName
{
background-color: #FABB0E;
}
</style>
border-color css
<style>
span { border-color: #FABB0E; }
span { border-color: rgb(250,187,14); }
td.TdClassName
{
border-color: #FABB0E;
}
.TagClassName
{
border-color: #FABB0E;
}
</style>