Shades of Selective Yellow #FAB405
Tints of Selective Yellow #FAB405
RGB
CMYK
RGB Variations
Color information
#FAB405 (or 0xFAB405) is known color: Selective Yellow. HEX triplet: FA, B4 and 05. RGB value is (250,180,5). Sum of RGB (Red+Green+Blue) = 250+180+5=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB405 is #054BFA. Grayscale: #B5B5B5. Windows color (decimal): -347131 or 374010. OLE color: 374010.
HSL color Cylindrical-coordinate representation of color #FAB405: hue angle of 42.86º 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 #FAB405 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.02 |
| HSL | 42.86º | 0.96% | 0.5% | - |
| HSV(B) | 42.86º | 0.98% | 0.98% | - |
| XYZ | 55.77 | 52.98 | 7.43 | - |
| YUV | 180.98 | 28.69 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 5 | 0 | 0.28 | 0.98 | 0.02 | 42.86 | 0.96 | 0.5 |
| Hex | FA | B4 | 5 | 0 | 1C | 62 | 2 | 2B | 60 | 32 |
| Octal | 372 | 264 | 5 | 0 | 34 | 142 | 2 | 53 | 140 | 62 |
| Binary | 11111010 | 10110100 | 101 | 0 | 11100 | 1100010 | 10 | 101011 | 1100000 | 110010 |
Color Harmonies of #FAB405
Complementary color
Monochromatic Colors of #FAB405
Black with #FAB405
Text Example
Text Example
White with #FAB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB405; }
p { color: rgb(250,180,5); }
H1.HeaderClassName
{
color: #FAB405;
}
.AnyTagClassName
{
color: #FAB405;
}
</style>
background-color css
<style>
a { background-color: #FAB405; }
a { background-color: rgb(250,180,5); }
div.DivClassName
{
background-color: #FAB405;
}
.BgClassName
{
background-color: #FAB405;
}
</style>
border-color css
<style>
span { border-color: #FAB405; }
span { border-color: rgb(250,180,5); }
td.TdClassName
{
border-color: #FAB405;
}
.TagClassName
{
border-color: #FAB405;
}
</style>