Shades of Selective Yellow #FABA0A
Tints of Selective Yellow #FABA0A
RGB
CMYK
RGB Variations
Color information
#FABA0A (or 0xFABA0A) is known color: Selective Yellow. HEX triplet: FA, BA and 0A. RGB value is (250,186,10). Sum of RGB (Red+Green+Blue) = 250+186+10=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA0A is #0545F5. Grayscale: #B9B9B9. Windows color (decimal): -345590 or 703226. OLE color: 703226.
HSL color Cylindrical-coordinate representation of color #FABA0A: hue angle of 44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FABA0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.02 |
| HSL | 44º | 0.96% | 0.51% | - |
| HSV(B) | 44º | 0.96% | 0.98% | - |
| XYZ | 57.04 | 55.46 | 7.99 | - |
| YUV | 185.07 | 29.2 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 10 | 0 | 0.26 | 0.96 | 0.02 | 44 | 0.96 | 0.51 |
| Hex | FA | BA | A | 0 | 1A | 60 | 2 | 2C | 60 | 33 |
| Octal | 372 | 272 | 12 | 0 | 32 | 140 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111010 | 1010 | 0 | 11010 | 1100000 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FABA0A
Complementary color
Monochromatic Colors of #FABA0A
Black with #FABA0A
Text Example
Text Example
White with #FABA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA0A; }
p { color: rgb(250,186,10); }
H1.HeaderClassName
{
color: #FABA0A;
}
.AnyTagClassName
{
color: #FABA0A;
}
</style>
background-color css
<style>
a { background-color: #FABA0A; }
a { background-color: rgb(250,186,10); }
div.DivClassName
{
background-color: #FABA0A;
}
.BgClassName
{
background-color: #FABA0A;
}
</style>
border-color css
<style>
span { border-color: #FABA0A; }
span { border-color: rgb(250,186,10); }
td.TdClassName
{
border-color: #FABA0A;
}
.TagClassName
{
border-color: #FABA0A;
}
</style>