Shades of Selective Yellow #FAB500
Tints of Selective Yellow #FAB500
RGB
CMYK
RGB Variations
Color information
#FAB500 (or 0xFAB500) is known color: Selective Yellow. HEX triplet: FA, B5 and 00. RGB value is (250,181,0). Sum of RGB (Red+Green+Blue) = 250+181+0=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB500 is #054AFF. Grayscale: #B5B5B5. Windows color (decimal): -346880 or 46586. OLE color: 46586.
HSL color Cylindrical-coordinate representation of color #FAB500: hue angle of 43.44º 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 #FAB500 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.02 |
| HSL | 43.44º | 1% | 0.49% | - |
| HSV(B) | 43.44º | 1% | 0.98% | - |
| XYZ | 55.95 | 53.37 | 7.35 | - |
| YUV | 181 | 25.86 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 0 | 0 | 0.28 | 1 | 0.02 | 43.44 | 1 | 0.49 |
| Hex | FA | B5 | 0 | 0 | 1C | 64 | 2 | 2B | 64 | 31 |
| Octal | 372 | 265 | 0 | 0 | 34 | 144 | 2 | 53 | 144 | 61 |
| Binary | 11111010 | 10110101 | 0 | 0 | 11100 | 1100100 | 10 | 101011 | 1100100 | 110001 |
Color Harmonies of #FAB500
Complementary color
Monochromatic Colors of #FAB500
Black with #FAB500
Text Example
Text Example
White with #FAB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB500; }
p { color: rgb(250,181,0); }
H1.HeaderClassName
{
color: #FAB500;
}
.AnyTagClassName
{
color: #FAB500;
}
</style>
background-color css
<style>
a { background-color: #FAB500; }
a { background-color: rgb(250,181,0); }
div.DivClassName
{
background-color: #FAB500;
}
.BgClassName
{
background-color: #FAB500;
}
</style>
border-color css
<style>
span { border-color: #FAB500; }
span { border-color: rgb(250,181,0); }
td.TdClassName
{
border-color: #FAB500;
}
.TagClassName
{
border-color: #FAB500;
}
</style>