Shades of Selective Yellow #FAB505
Tints of Selective Yellow #FAB505
RGB
CMYK
RGB Variations
Color information
#FAB505 (or 0xFAB505) is known color: Selective Yellow. HEX triplet: FA, B5 and 05. RGB value is (250,181,5). Sum of RGB (Red+Green+Blue) = 250+181+5=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB505 is #054AFA. Grayscale: #B6B6B6. Windows color (decimal): -346875 or 374266. OLE color: 374266.
HSL color Cylindrical-coordinate representation of color #FAB505: hue angle of 43.1º 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 #FAB505 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.02 |
| HSL | 43.1º | 0.96% | 0.5% | - |
| HSV(B) | 43.1º | 0.98% | 0.98% | - |
| XYZ | 55.98 | 53.38 | 7.5 | - |
| YUV | 181.57 | 28.36 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 5 | 0 | 0.28 | 0.98 | 0.02 | 43.1 | 0.96 | 0.5 |
| Hex | FA | B5 | 5 | 0 | 1C | 62 | 2 | 2B | 60 | 32 |
| Octal | 372 | 265 | 5 | 0 | 34 | 142 | 2 | 53 | 140 | 62 |
| Binary | 11111010 | 10110101 | 101 | 0 | 11100 | 1100010 | 10 | 101011 | 1100000 | 110010 |
Color Harmonies of #FAB505
Complementary color
Monochromatic Colors of #FAB505
Black with #FAB505
Text Example
Text Example
White with #FAB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB505; }
p { color: rgb(250,181,5); }
H1.HeaderClassName
{
color: #FAB505;
}
.AnyTagClassName
{
color: #FAB505;
}
</style>
background-color css
<style>
a { background-color: #FAB505; }
a { background-color: rgb(250,181,5); }
div.DivClassName
{
background-color: #FAB505;
}
.BgClassName
{
background-color: #FAB505;
}
</style>
border-color css
<style>
span { border-color: #FAB505; }
span { border-color: rgb(250,181,5); }
td.TdClassName
{
border-color: #FAB505;
}
.TagClassName
{
border-color: #FAB505;
}
</style>