Shades of Selective Yellow #FABC05
Tints of Selective Yellow #FABC05
RGB
CMYK
RGB Variations
Color information
#FABC05 (or 0xFABC05) is known color: Selective Yellow. HEX triplet: FA, BC and 05. RGB value is (250,188,5). Sum of RGB (Red+Green+Blue) = 250+188+5=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC05 is #0543FA. Grayscale: #BABABA. Windows color (decimal): -345083 or 376058. OLE color: 376058.
HSL color Cylindrical-coordinate representation of color #FABC05: hue angle of 44.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FABC05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.02 |
| HSL | 44.82º | 0.96% | 0.5% | - |
| HSV(B) | 44.82º | 0.98% | 0.98% | - |
| XYZ | 57.43 | 56.3 | 7.98 | - |
| YUV | 185.68 | 26.04 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 5 | 0 | 0.25 | 0.98 | 0.02 | 44.82 | 0.96 | 0.5 |
| Hex | FA | BC | 5 | 0 | 19 | 62 | 2 | 2D | 60 | 32 |
| Octal | 372 | 274 | 5 | 0 | 31 | 142 | 2 | 55 | 140 | 62 |
| Binary | 11111010 | 10111100 | 101 | 0 | 11001 | 1100010 | 10 | 101101 | 1100000 | 110010 |
Color Harmonies of #FABC05
Complementary color
Monochromatic Colors of #FABC05
Black with #FABC05
Text Example
Text Example
White with #FABC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC05; }
p { color: rgb(250,188,5); }
H1.HeaderClassName
{
color: #FABC05;
}
.AnyTagClassName
{
color: #FABC05;
}
</style>
background-color css
<style>
a { background-color: #FABC05; }
a { background-color: rgb(250,188,5); }
div.DivClassName
{
background-color: #FABC05;
}
.BgClassName
{
background-color: #FABC05;
}
</style>
border-color css
<style>
span { border-color: #FABC05; }
span { border-color: rgb(250,188,5); }
td.TdClassName
{
border-color: #FABC05;
}
.TagClassName
{
border-color: #FABC05;
}
</style>