Shades of Selective Yellow #FAB710
Tints of Selective Yellow #FAB710
RGB
CMYK
RGB Variations
Color information
#FAB710 (or 0xFAB710) is known color: Selective Yellow. HEX triplet: FA, B7 and 10. RGB value is (250,183,16). Sum of RGB (Red+Green+Blue) = 250+183+16=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB710 is #0548EF. Grayscale: #B8B8B8. Windows color (decimal): -346352 or 1095674. OLE color: 1095674.
HSL color Cylindrical-coordinate representation of color #FAB710: hue angle of 42.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAB710 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 16 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.02 |
| HSL | 42.82º | 0.96% | 0.52% | - |
| HSV(B) | 42.82º | 0.94% | 0.98% | - |
| XYZ | 56.45 | 54.23 | 7.98 | - |
| YUV | 184 | 33.2 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 16 | 0 | 0.27 | 0.94 | 0.02 | 42.82 | 0.96 | 0.52 |
| Hex | FA | B7 | 10 | 0 | 1B | 5E | 2 | 2B | 60 | 34 |
| Octal | 372 | 267 | 20 | 0 | 33 | 136 | 2 | 53 | 140 | 64 |
| Binary | 11111010 | 10110111 | 10000 | 0 | 11011 | 1011110 | 10 | 101011 | 1100000 | 110100 |
Color Harmonies of #FAB710
Complementary color
Monochromatic Colors of #FAB710
Black with #FAB710
Text Example
Text Example
White with #FAB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB710; }
p { color: rgb(250,183,16); }
H1.HeaderClassName
{
color: #FAB710;
}
.AnyTagClassName
{
color: #FAB710;
}
</style>
background-color css
<style>
a { background-color: #FAB710; }
a { background-color: rgb(250,183,16); }
div.DivClassName
{
background-color: #FAB710;
}
.BgClassName
{
background-color: #FAB710;
}
</style>
border-color css
<style>
span { border-color: #FAB710; }
span { border-color: rgb(250,183,16); }
td.TdClassName
{
border-color: #FAB710;
}
.TagClassName
{
border-color: #FAB710;
}
</style>