Shades of Selective Yellow #FAB101
Tints of Selective Yellow #FAB101
RGB
CMYK
RGB Variations
Color information
#FAB101 (or 0xFAB101) is known color: Selective Yellow. HEX triplet: FA, B1 and 01. RGB value is (250,177,1). Sum of RGB (Red+Green+Blue) = 250+177+1=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB101 is #054EFE. Grayscale: #B3B3B3. Windows color (decimal): -347903 or 111098. OLE color: 111098.
HSL color Cylindrical-coordinate representation of color #FAB101: hue angle of 42.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAB101 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.02 |
| HSL | 42.41º | 0.99% | 0.49% | - |
| HSV(B) | 42.41º | 1% | 0.98% | - |
| XYZ | 55.15 | 51.77 | 7.11 | - |
| YUV | 178.76 | 27.68 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 1 | 0 | 0.29 | 1.00 | 0.02 | 42.41 | 0.99 | 0.49 |
| Hex | FA | B1 | 1 | 0 | 1D | 64 | 2 | 2A | 63 | 31 |
| Octal | 372 | 261 | 1 | 0 | 35 | 144 | 2 | 52 | 143 | 61 |
| Binary | 11111010 | 10110001 | 1 | 0 | 11101 | 1100100 | 10 | 101010 | 1100011 | 110001 |
Color Harmonies of #FAB101
Complementary color
Monochromatic Colors of #FAB101
Black with #FAB101
Text Example
Text Example
White with #FAB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB101; }
p { color: rgb(250,177,1); }
H1.HeaderClassName
{
color: #FAB101;
}
.AnyTagClassName
{
color: #FAB101;
}
</style>
background-color css
<style>
a { background-color: #FAB101; }
a { background-color: rgb(250,177,1); }
div.DivClassName
{
background-color: #FAB101;
}
.BgClassName
{
background-color: #FAB101;
}
</style>
border-color css
<style>
span { border-color: #FAB101; }
span { border-color: rgb(250,177,1); }
td.TdClassName
{
border-color: #FAB101;
}
.TagClassName
{
border-color: #FAB101;
}
</style>