Shades of Selective Yellow #FAB107
Tints of Selective Yellow #FAB107
RGB
CMYK
RGB Variations
Color information
#FAB107 (or 0xFAB107) is known color: Selective Yellow. HEX triplet: FA, B1 and 07. RGB value is (250,177,7). Sum of RGB (Red+Green+Blue) = 250+177+7=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB107 is #054EF8. Grayscale: #B4B4B4. Windows color (decimal): -347897 or 504314. OLE color: 504314.
HSL color Cylindrical-coordinate representation of color #FAB107: hue angle of 41.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAB107 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.02 |
| HSL | 41.98º | 0.96% | 0.5% | - |
| HSV(B) | 41.98º | 0.97% | 0.98% | - |
| XYZ | 55.18 | 51.78 | 7.29 | - |
| YUV | 179.45 | 30.68 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 7 | 0 | 0.29 | 0.97 | 0.02 | 41.98 | 0.96 | 0.5 |
| Hex | FA | B1 | 7 | 0 | 1D | 61 | 2 | 2A | 60 | 32 |
| Octal | 372 | 261 | 7 | 0 | 35 | 141 | 2 | 52 | 140 | 62 |
| Binary | 11111010 | 10110001 | 111 | 0 | 11101 | 1100001 | 10 | 101010 | 1100000 | 110010 |
Color Harmonies of #FAB107
Complementary color
Monochromatic Colors of #FAB107
Black with #FAB107
Text Example
Text Example
White with #FAB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB107; }
p { color: rgb(250,177,7); }
H1.HeaderClassName
{
color: #FAB107;
}
.AnyTagClassName
{
color: #FAB107;
}
</style>
background-color css
<style>
a { background-color: #FAB107; }
a { background-color: rgb(250,177,7); }
div.DivClassName
{
background-color: #FAB107;
}
.BgClassName
{
background-color: #FAB107;
}
</style>
border-color css
<style>
span { border-color: #FAB107; }
span { border-color: rgb(250,177,7); }
td.TdClassName
{
border-color: #FAB107;
}
.TagClassName
{
border-color: #FAB107;
}
</style>