Shades of Selective Yellow #FAB705
Tints of Selective Yellow #FAB705
RGB
CMYK
RGB Variations
Color information
#FAB705 (or 0xFAB705) is known color: Selective Yellow. HEX triplet: FA, B7 and 05. RGB value is (250,183,5). Sum of RGB (Red+Green+Blue) = 250+183+5=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB705 is #0548FA. Grayscale: #B7B7B7. Windows color (decimal): -346363 or 374778. OLE color: 374778.
HSL color Cylindrical-coordinate representation of color #FAB705: hue angle of 43.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAB705 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.02 |
| HSL | 43.59º | 0.96% | 0.5% | - |
| HSV(B) | 43.59º | 0.98% | 0.98% | - |
| XYZ | 56.39 | 54.2 | 7.63 | - |
| YUV | 182.74 | 27.7 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 5 | 0 | 0.27 | 0.98 | 0.02 | 43.59 | 0.96 | 0.5 |
| Hex | FA | B7 | 5 | 0 | 1B | 62 | 2 | 2C | 60 | 32 |
| Octal | 372 | 267 | 5 | 0 | 33 | 142 | 2 | 54 | 140 | 62 |
| Binary | 11111010 | 10110111 | 101 | 0 | 11011 | 1100010 | 10 | 101100 | 1100000 | 110010 |
Color Harmonies of #FAB705
Complementary color
Monochromatic Colors of #FAB705
Black with #FAB705
Text Example
Text Example
White with #FAB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB705; }
p { color: rgb(250,183,5); }
H1.HeaderClassName
{
color: #FAB705;
}
.AnyTagClassName
{
color: #FAB705;
}
</style>
background-color css
<style>
a { background-color: #FAB705; }
a { background-color: rgb(250,183,5); }
div.DivClassName
{
background-color: #FAB705;
}
.BgClassName
{
background-color: #FAB705;
}
</style>
border-color css
<style>
span { border-color: #FAB705; }
span { border-color: rgb(250,183,5); }
td.TdClassName
{
border-color: #FAB705;
}
.TagClassName
{
border-color: #FAB705;
}
</style>