Shades of Selective Yellow #FAB904
Tints of Selective Yellow #FAB904
RGB
CMYK
RGB Variations
Color information
#FAB904 (or 0xFAB904) is known color: Selective Yellow. HEX triplet: FA, B9 and 04. RGB value is (250,185,4). Sum of RGB (Red+Green+Blue) = 250+185+4=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB904 is #0546FB. Grayscale: #B8B8B8. Windows color (decimal): -345852 or 309754. OLE color: 309754.
HSL color Cylindrical-coordinate representation of color #FAB904: hue angle of 44.15º degrees, saturation: 0.97, 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 #FAB904 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.02 |
| HSL | 44.15º | 0.97% | 0.5% | - |
| HSV(B) | 44.15º | 0.98% | 0.98% | - |
| XYZ | 56.8 | 55.03 | 7.74 | - |
| YUV | 183.8 | 26.53 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 4 | 0 | 0.26 | 0.98 | 0.02 | 44.15 | 0.97 | 0.5 |
| Hex | FA | B9 | 4 | 0 | 1A | 62 | 2 | 2C | 61 | 32 |
| Octal | 372 | 271 | 4 | 0 | 32 | 142 | 2 | 54 | 141 | 62 |
| Binary | 11111010 | 10111001 | 100 | 0 | 11010 | 1100010 | 10 | 101100 | 1100001 | 110010 |
Color Harmonies of #FAB904
Complementary color
Monochromatic Colors of #FAB904
Black with #FAB904
Text Example
Text Example
White with #FAB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB904; }
p { color: rgb(250,185,4); }
H1.HeaderClassName
{
color: #FAB904;
}
.AnyTagClassName
{
color: #FAB904;
}
</style>
background-color css
<style>
a { background-color: #FAB904; }
a { background-color: rgb(250,185,4); }
div.DivClassName
{
background-color: #FAB904;
}
.BgClassName
{
background-color: #FAB904;
}
</style>
border-color css
<style>
span { border-color: #FAB904; }
span { border-color: rgb(250,185,4); }
td.TdClassName
{
border-color: #FAB904;
}
.TagClassName
{
border-color: #FAB904;
}
</style>