Shades of Selective Yellow #FAB005
Tints of Selective Yellow #FAB005
RGB
CMYK
RGB Variations
Color information
#FAB005 (or 0xFAB005) is known color: Selective Yellow. HEX triplet: FA, B0 and 05. RGB value is (250,176,5). Sum of RGB (Red+Green+Blue) = 250+176+5=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB005 is #054FFA. Grayscale: #B3B3B3. Windows color (decimal): -348155 or 372986. OLE color: 372986.
HSL color Cylindrical-coordinate representation of color #FAB005: hue angle of 41.88º 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 #FAB005 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.02 |
| HSL | 41.88º | 0.96% | 0.5% | - |
| HSV(B) | 41.88º | 0.98% | 0.98% | - |
| XYZ | 54.98 | 51.39 | 7.16 | - |
| YUV | 178.63 | 30.02 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 5 | 0 | 0.30 | 0.98 | 0.02 | 41.88 | 0.96 | 0.5 |
| Hex | FA | B0 | 5 | 0 | 1E | 62 | 2 | 2A | 60 | 32 |
| Octal | 372 | 260 | 5 | 0 | 36 | 142 | 2 | 52 | 140 | 62 |
| Binary | 11111010 | 10110000 | 101 | 0 | 11110 | 1100010 | 10 | 101010 | 1100000 | 110010 |
Color Harmonies of #FAB005
Complementary color
Monochromatic Colors of #FAB005
Black with #FAB005
Text Example
Text Example
White with #FAB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB005; }
p { color: rgb(250,176,5); }
H1.HeaderClassName
{
color: #FAB005;
}
.AnyTagClassName
{
color: #FAB005;
}
</style>
background-color css
<style>
a { background-color: #FAB005; }
a { background-color: rgb(250,176,5); }
div.DivClassName
{
background-color: #FAB005;
}
.BgClassName
{
background-color: #FAB005;
}
</style>
border-color css
<style>
span { border-color: #FAB005; }
span { border-color: rgb(250,176,5); }
td.TdClassName
{
border-color: #FAB005;
}
.TagClassName
{
border-color: #FAB005;
}
</style>