Shades of Selective Yellow #FABC03
Tints of Selective Yellow #FABC03
RGB
CMYK
RGB Variations
Color information
#FABC03 (or 0xFABC03) is known color: Selective Yellow. HEX triplet: FA, BC and 03. RGB value is (250,188,3). Sum of RGB (Red+Green+Blue) = 250+188+3=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC03 is #0543FC. Grayscale: #BABABA. Windows color (decimal): -345085 or 244986. OLE color: 244986.
HSL color Cylindrical-coordinate representation of color #FABC03: hue angle of 44.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FABC03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.02 |
| HSL | 44.94º | 0.98% | 0.5% | - |
| HSV(B) | 44.94º | 0.99% | 0.98% | - |
| XYZ | 57.42 | 56.3 | 7.93 | - |
| YUV | 185.45 | 25.04 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 3 | 0 | 0.25 | 0.99 | 0.02 | 44.94 | 0.98 | 0.5 |
| Hex | FA | BC | 3 | 0 | 19 | 63 | 2 | 2D | 62 | 32 |
| Octal | 372 | 274 | 3 | 0 | 31 | 143 | 2 | 55 | 142 | 62 |
| Binary | 11111010 | 10111100 | 11 | 0 | 11001 | 1100011 | 10 | 101101 | 1100010 | 110010 |
Color Harmonies of #FABC03
Complementary color
Monochromatic Colors of #FABC03
Black with #FABC03
Text Example
Text Example
White with #FABC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC03; }
p { color: rgb(250,188,3); }
H1.HeaderClassName
{
color: #FABC03;
}
.AnyTagClassName
{
color: #FABC03;
}
</style>
background-color css
<style>
a { background-color: #FABC03; }
a { background-color: rgb(250,188,3); }
div.DivClassName
{
background-color: #FABC03;
}
.BgClassName
{
background-color: #FABC03;
}
</style>
border-color css
<style>
span { border-color: #FABC03; }
span { border-color: rgb(250,188,3); }
td.TdClassName
{
border-color: #FABC03;
}
.TagClassName
{
border-color: #FABC03;
}
</style>