Shades of Saffron #FAC532
Tints of Saffron #FAC532
RGB
CMYK
RGB Variations
Color information
#FAC532 (or 0xFAC532) is known color: Saffron. HEX triplet: FA, C5 and 32. RGB value is (250,197,50). Sum of RGB (Red+Green+Blue) = 250+197+50=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC532 is #053ACD. Grayscale: #C4C4C4. Windows color (decimal): -342734 or 3327482. OLE color: 3327482.
HSL color Cylindrical-coordinate representation of color #FAC532: hue angle of 44.1º 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 #FAC532 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 50 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.02 |
| HSL | 44.1º | 0.95% | 0.59% | - |
| HSV(B) | 44.1º | 0.8% | 0.98% | - |
| XYZ | 59.97 | 60.49 | 11.53 | - |
| YUV | 196.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 50 | 0 | 0.21 | 0.8 | 0.02 | 44.1 | 0.95 | 0.59 |
| Hex | FA | C5 | 32 | 0 | 15 | 50 | 2 | 2C | 5F | 3B |
| Octal | 372 | 305 | 62 | 0 | 25 | 120 | 2 | 54 | 137 | 73 |
| Binary | 11111010 | 11000101 | 110010 | 0 | 10101 | 1010000 | 10 | 101100 | 1011111 | 111011 |
Color Harmonies of #FAC532
Complementary color
Monochromatic Colors of #FAC532
Black with #FAC532
Text Example
Text Example
White with #FAC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC532; }
p { color: rgb(250,197,50); }
H1.HeaderClassName
{
color: #FAC532;
}
.AnyTagClassName
{
color: #FAC532;
}
</style>
background-color css
<style>
a { background-color: #FAC532; }
a { background-color: rgb(250,197,50); }
div.DivClassName
{
background-color: #FAC532;
}
.BgClassName
{
background-color: #FAC532;
}
</style>
border-color css
<style>
span { border-color: #FAC532; }
span { border-color: rgb(250,197,50); }
td.TdClassName
{
border-color: #FAC532;
}
.TagClassName
{
border-color: #FAC532;
}
</style>