Shades of Selective Yellow #FABA0F
Tints of Selective Yellow #FABA0F
RGB
CMYK
RGB Variations
Color information
#FABA0F (or 0xFABA0F) is known color: Selective Yellow. HEX triplet: FA, BA and 0F. RGB value is (250,186,15). Sum of RGB (Red+Green+Blue) = 250+186+15=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA0F is #0545F0. Grayscale: #BABABA. Windows color (decimal): -345585 or 1030906. OLE color: 1030906.
HSL color Cylindrical-coordinate representation of color #FABA0F: hue angle of 43.66º 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 #FABA0F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.02 |
| HSL | 43.66º | 0.96% | 0.52% | - |
| HSV(B) | 43.66º | 0.94% | 0.98% | - |
| XYZ | 57.07 | 55.48 | 8.15 | - |
| YUV | 185.64 | 31.7 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 15 | 0 | 0.26 | 0.94 | 0.02 | 43.66 | 0.96 | 0.52 |
| Hex | FA | BA | F | 0 | 1A | 5E | 2 | 2C | 60 | 34 |
| Octal | 372 | 272 | 17 | 0 | 32 | 136 | 2 | 54 | 140 | 64 |
| Binary | 11111010 | 10111010 | 1111 | 0 | 11010 | 1011110 | 10 | 101100 | 1100000 | 110100 |
Color Harmonies of #FABA0F
Complementary color
Monochromatic Colors of #FABA0F
Black with #FABA0F
Text Example
Text Example
White with #FABA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA0F; }
p { color: rgb(250,186,15); }
H1.HeaderClassName
{
color: #FABA0F;
}
.AnyTagClassName
{
color: #FABA0F;
}
</style>
background-color css
<style>
a { background-color: #FABA0F; }
a { background-color: rgb(250,186,15); }
div.DivClassName
{
background-color: #FABA0F;
}
.BgClassName
{
background-color: #FABA0F;
}
</style>
border-color css
<style>
span { border-color: #FABA0F; }
span { border-color: rgb(250,186,15); }
td.TdClassName
{
border-color: #FABA0F;
}
.TagClassName
{
border-color: #FABA0F;
}
</style>