Shades of Saffron #FAC032
Tints of Saffron #FAC032
RGB
CMYK
RGB Variations
Color information
#FAC032 (or 0xFAC032) is known color: Saffron. HEX triplet: FA, C0 and 32. RGB value is (250,192,50). Sum of RGB (Red+Green+Blue) = 250+192+50=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC032 is #053FCD. Grayscale: #C1C1C1. Windows color (decimal): -344014 or 3326202. OLE color: 3326202.
HSL color Cylindrical-coordinate representation of color #FAC032: hue angle of 42.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC032 is Cyan = 0, Magento = 0.23, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 50 | - |
| CMYK | 0 | 0.23 | 0.8 | 0.02 |
| HSL | 42.6º | 0.95% | 0.59% | - |
| HSV(B) | 42.6º | 0.8% | 0.98% | - |
| XYZ | 58.85 | 58.25 | 11.16 | - |
| YUV | 193.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 50 | 0 | 0.23 | 0.8 | 0.02 | 42.6 | 0.95 | 0.59 |
| Hex | FA | C0 | 32 | 0 | 17 | 50 | 2 | 2B | 5F | 3B |
| Octal | 372 | 300 | 62 | 0 | 27 | 120 | 2 | 53 | 137 | 73 |
| Binary | 11111010 | 11000000 | 110010 | 0 | 10111 | 1010000 | 10 | 101011 | 1011111 | 111011 |
Color Harmonies of #FAC032
Complementary color
Monochromatic Colors of #FAC032
Black with #FAC032
Text Example
Text Example
White with #FAC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC032; }
p { color: rgb(250,192,50); }
H1.HeaderClassName
{
color: #FAC032;
}
.AnyTagClassName
{
color: #FAC032;
}
</style>
background-color css
<style>
a { background-color: #FAC032; }
a { background-color: rgb(250,192,50); }
div.DivClassName
{
background-color: #FAC032;
}
.BgClassName
{
background-color: #FAC032;
}
</style>
border-color css
<style>
span { border-color: #FAC032; }
span { border-color: rgb(250,192,50); }
td.TdClassName
{
border-color: #FAC032;
}
.TagClassName
{
border-color: #FAC032;
}
</style>