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