Shades of Selective Yellow #FABB12
Tints of Selective Yellow #FABB12
RGB
CMYK
RGB Variations
Color information
#FABB12 (or 0xFABB12) is known color: Selective Yellow. HEX triplet: FA, BB and 12. RGB value is (250,187,18). Sum of RGB (Red+Green+Blue) = 250+187+18=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB12 is #0544ED. Grayscale: #BBBBBB. Windows color (decimal): -345326 or 1227770. OLE color: 1227770.
HSL color Cylindrical-coordinate representation of color #FABB12: hue angle of 43.71º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FABB12 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 18 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.02 |
| HSL | 43.71º | 0.96% | 0.53% | - |
| HSV(B) | 43.71º | 0.93% | 0.98% | - |
| XYZ | 57.3 | 55.91 | 8.34 | - |
| YUV | 186.57 | 32.87 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 18 | 0 | 0.25 | 0.93 | 0.02 | 43.71 | 0.96 | 0.53 |
| Hex | FA | BB | 12 | 0 | 19 | 5D | 2 | 2C | 60 | 35 |
| Octal | 372 | 273 | 22 | 0 | 31 | 135 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111011 | 10010 | 0 | 11001 | 1011101 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABB12
Complementary color
Monochromatic Colors of #FABB12
Black with #FABB12
Text Example
Text Example
White with #FABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB12; }
p { color: rgb(250,187,18); }
H1.HeaderClassName
{
color: #FABB12;
}
.AnyTagClassName
{
color: #FABB12;
}
</style>
background-color css
<style>
a { background-color: #FABB12; }
a { background-color: rgb(250,187,18); }
div.DivClassName
{
background-color: #FABB12;
}
.BgClassName
{
background-color: #FABB12;
}
</style>
border-color css
<style>
span { border-color: #FABB12; }
span { border-color: rgb(250,187,18); }
td.TdClassName
{
border-color: #FABB12;
}
.TagClassName
{
border-color: #FABB12;
}
</style>