Shades of Selective Yellow #FABA02
Tints of Selective Yellow #FABA02
RGB
CMYK
RGB Variations
Color information
#FABA02 (or 0xFABA02) is known color: Selective Yellow. HEX triplet: FA, BA and 02. RGB value is (250,186,2). Sum of RGB (Red+Green+Blue) = 250+186+2=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA02 is #0545FD. Grayscale: #B8B8B8. Windows color (decimal): -345598 or 178938. OLE color: 178938.
HSL color Cylindrical-coordinate representation of color #FABA02: hue angle of 44.52º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FABA02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.02 |
| HSL | 44.52º | 0.98% | 0.49% | - |
| HSV(B) | 44.52º | 0.99% | 0.98% | - |
| XYZ | 56.99 | 55.45 | 7.76 | - |
| YUV | 184.16 | 25.2 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 2 | 0 | 0.26 | 0.99 | 0.02 | 44.52 | 0.98 | 0.49 |
| Hex | FA | BA | 2 | 0 | 1A | 63 | 2 | 2D | 62 | 31 |
| Octal | 372 | 272 | 2 | 0 | 32 | 143 | 2 | 55 | 142 | 61 |
| Binary | 11111010 | 10111010 | 10 | 0 | 11010 | 1100011 | 10 | 101101 | 1100010 | 110001 |
Color Harmonies of #FABA02
Complementary color
Monochromatic Colors of #FABA02
Black with #FABA02
Text Example
Text Example
White with #FABA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA02; }
p { color: rgb(250,186,2); }
H1.HeaderClassName
{
color: #FABA02;
}
.AnyTagClassName
{
color: #FABA02;
}
</style>
background-color css
<style>
a { background-color: #FABA02; }
a { background-color: rgb(250,186,2); }
div.DivClassName
{
background-color: #FABA02;
}
.BgClassName
{
background-color: #FABA02;
}
</style>
border-color css
<style>
span { border-color: #FABA02; }
span { border-color: rgb(250,186,2); }
td.TdClassName
{
border-color: #FABA02;
}
.TagClassName
{
border-color: #FABA02;
}
</style>