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