Shades of Saffron #FAB928
Tints of Saffron #FAB928
RGB
CMYK
RGB Variations
Color information
#FAB928 (or 0xFAB928) is known color: Saffron. HEX triplet: FA, B9 and 28. RGB value is (250,185,40). Sum of RGB (Red+Green+Blue) = 250+185+40=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB928 is #0546D7. Grayscale: #BCBCBC. Windows color (decimal): -345816 or 2669050. OLE color: 2669050.
HSL color Cylindrical-coordinate representation of color #FAB928: hue angle of 41.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAB928 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 40 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.02 |
| HSL | 41.43º | 0.95% | 0.57% | - |
| HSV(B) | 41.43º | 0.84% | 0.98% | - |
| XYZ | 57.16 | 55.18 | 9.64 | - |
| YUV | 187.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 40 | 0 | 0.26 | 0.84 | 0.02 | 41.43 | 0.95 | 0.57 |
| Hex | FA | B9 | 28 | 0 | 1A | 54 | 2 | 29 | 5F | 39 |
| Octal | 372 | 271 | 50 | 0 | 32 | 124 | 2 | 51 | 137 | 71 |
| Binary | 11111010 | 10111001 | 101000 | 0 | 11010 | 1010100 | 10 | 101001 | 1011111 | 111001 |
Color Harmonies of #FAB928
Complementary color
Monochromatic Colors of #FAB928
Black with #FAB928
Text Example
Text Example
White with #FAB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB928; }
p { color: rgb(250,185,40); }
H1.HeaderClassName
{
color: #FAB928;
}
.AnyTagClassName
{
color: #FAB928;
}
</style>
background-color css
<style>
a { background-color: #FAB928; }
a { background-color: rgb(250,185,40); }
div.DivClassName
{
background-color: #FAB928;
}
.BgClassName
{
background-color: #FAB928;
}
</style>
border-color css
<style>
span { border-color: #FAB928; }
span { border-color: rgb(250,185,40); }
td.TdClassName
{
border-color: #FAB928;
}
.TagClassName
{
border-color: #FAB928;
}
</style>