Shades of Selective Yellow #FABC08
Tints of Selective Yellow #FABC08
RGB
CMYK
RGB Variations
Color information
#FABC08 (or 0xFABC08) is known color: Selective Yellow. HEX triplet: FA, BC and 08. RGB value is (250,188,8). Sum of RGB (Red+Green+Blue) = 250+188+8=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC08 is #0543F7. Grayscale: #BABABA. Windows color (decimal): -345080 or 572666. OLE color: 572666.
HSL color Cylindrical-coordinate representation of color #FABC08: hue angle of 44.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FABC08 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.02 |
| HSL | 44.63º | 0.96% | 0.51% | - |
| HSV(B) | 44.63º | 0.97% | 0.98% | - |
| XYZ | 57.45 | 56.31 | 8.07 | - |
| YUV | 186.02 | 27.54 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 8 | 0 | 0.25 | 0.97 | 0.02 | 44.63 | 0.96 | 0.51 |
| Hex | FA | BC | 8 | 0 | 19 | 61 | 2 | 2D | 60 | 33 |
| Octal | 372 | 274 | 10 | 0 | 31 | 141 | 2 | 55 | 140 | 63 |
| Binary | 11111010 | 10111100 | 1000 | 0 | 11001 | 1100001 | 10 | 101101 | 1100000 | 110011 |
Color Harmonies of #FABC08
Complementary color
Monochromatic Colors of #FABC08
Black with #FABC08
Text Example
Text Example
White with #FABC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC08; }
p { color: rgb(250,188,8); }
H1.HeaderClassName
{
color: #FABC08;
}
.AnyTagClassName
{
color: #FABC08;
}
</style>
background-color css
<style>
a { background-color: #FABC08; }
a { background-color: rgb(250,188,8); }
div.DivClassName
{
background-color: #FABC08;
}
.BgClassName
{
background-color: #FABC08;
}
</style>
border-color css
<style>
span { border-color: #FABC08; }
span { border-color: rgb(250,188,8); }
td.TdClassName
{
border-color: #FABC08;
}
.TagClassName
{
border-color: #FABC08;
}
</style>