Shades of Selective Yellow #FAB811
Tints of Selective Yellow #FAB811
RGB
CMYK
RGB Variations
Color information
#FAB811 (or 0xFAB811) is known color: Selective Yellow. HEX triplet: FA, B8 and 11. RGB value is (250,184,17). Sum of RGB (Red+Green+Blue) = 250+184+17=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB811 is #0547EE. Grayscale: #B9B9B9. Windows color (decimal): -346095 or 1161466. OLE color: 1161466.
HSL color Cylindrical-coordinate representation of color #FAB811: hue angle of 43º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAB811 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.02 |
| HSL | 43º | 0.96% | 0.52% | - |
| HSV(B) | 43º | 0.93% | 0.98% | - |
| XYZ | 56.67 | 54.65 | 8.09 | - |
| YUV | 184.7 | 33.37 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 17 | 0 | 0.26 | 0.93 | 0.02 | 43 | 0.96 | 0.52 |
| Hex | FA | B8 | 11 | 0 | 1A | 5D | 2 | 2B | 60 | 34 |
| Octal | 372 | 270 | 21 | 0 | 32 | 135 | 2 | 53 | 140 | 64 |
| Binary | 11111010 | 10111000 | 10001 | 0 | 11010 | 1011101 | 10 | 101011 | 1100000 | 110100 |
Color Harmonies of #FAB811
Complementary color
Monochromatic Colors of #FAB811
Black with #FAB811
Text Example
Text Example
White with #FAB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB811; }
p { color: rgb(250,184,17); }
H1.HeaderClassName
{
color: #FAB811;
}
.AnyTagClassName
{
color: #FAB811;
}
</style>
background-color css
<style>
a { background-color: #FAB811; }
a { background-color: rgb(250,184,17); }
div.DivClassName
{
background-color: #FAB811;
}
.BgClassName
{
background-color: #FAB811;
}
</style>
border-color css
<style>
span { border-color: #FAB811; }
span { border-color: rgb(250,184,17); }
td.TdClassName
{
border-color: #FAB811;
}
.TagClassName
{
border-color: #FAB811;
}
</style>