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