Shades of Selective Yellow #FAB701
Tints of Selective Yellow #FAB701
RGB
CMYK
RGB Variations
Color information
#FAB701 (or 0xFAB701) is known color: Selective Yellow. HEX triplet: FA, B7 and 01. RGB value is (250,183,1). Sum of RGB (Red+Green+Blue) = 250+183+1=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB701 is #0548FE. Grayscale: #B7B7B7. Windows color (decimal): -346367 or 112634. OLE color: 112634.
HSL color Cylindrical-coordinate representation of color #FAB701: hue angle of 43.86º 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 #FAB701 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.02 |
| HSL | 43.86º | 0.99% | 0.49% | - |
| HSV(B) | 43.86º | 1% | 0.98% | - |
| XYZ | 56.36 | 54.19 | 7.52 | - |
| YUV | 182.29 | 25.7 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 1 | 0 | 0.27 | 1.00 | 0.02 | 43.86 | 0.99 | 0.49 |
| Hex | FA | B7 | 1 | 0 | 1B | 64 | 2 | 2C | 63 | 31 |
| Octal | 372 | 267 | 1 | 0 | 33 | 144 | 2 | 54 | 143 | 61 |
| Binary | 11111010 | 10110111 | 1 | 0 | 11011 | 1100100 | 10 | 101100 | 1100011 | 110001 |
Color Harmonies of #FAB701
Complementary color
Monochromatic Colors of #FAB701
Black with #FAB701
Text Example
Text Example
White with #FAB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB701; }
p { color: rgb(250,183,1); }
H1.HeaderClassName
{
color: #FAB701;
}
.AnyTagClassName
{
color: #FAB701;
}
</style>
background-color css
<style>
a { background-color: #FAB701; }
a { background-color: rgb(250,183,1); }
div.DivClassName
{
background-color: #FAB701;
}
.BgClassName
{
background-color: #FAB701;
}
</style>
border-color css
<style>
span { border-color: #FAB701; }
span { border-color: rgb(250,183,1); }
td.TdClassName
{
border-color: #FAB701;
}
.TagClassName
{
border-color: #FAB701;
}
</style>