Shades of Saffron #FAC529
Tints of Saffron #FAC529
RGB
CMYK
RGB Variations
Color information
#FAC529 (or 0xFAC529) is known color: Saffron. HEX triplet: FA, C5 and 29. RGB value is (250,197,41). Sum of RGB (Red+Green+Blue) = 250+197+41=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC529 is #053AD6. Grayscale: #C3C3C3. Windows color (decimal): -342743 or 2737658. OLE color: 2737658.
HSL color Cylindrical-coordinate representation of color #FAC529: hue angle of 44.78º 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 #FAC529 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.02 |
| HSL | 44.78º | 0.95% | 0.57% | - |
| HSV(B) | 44.78º | 0.84% | 0.98% | - |
| XYZ | 59.79 | 60.42 | 10.61 | - |
| YUV | 195.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 41 | 0 | 0.21 | 0.84 | 0.02 | 44.78 | 0.95 | 0.57 |
| Hex | FA | C5 | 29 | 0 | 15 | 54 | 2 | 2D | 5F | 39 |
| Octal | 372 | 305 | 51 | 0 | 25 | 124 | 2 | 55 | 137 | 71 |
| Binary | 11111010 | 11000101 | 101001 | 0 | 10101 | 1010100 | 10 | 101101 | 1011111 | 111001 |
Color Harmonies of #FAC529
Complementary color
Monochromatic Colors of #FAC529
Black with #FAC529
Text Example
Text Example
White with #FAC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC529; }
p { color: rgb(250,197,41); }
H1.HeaderClassName
{
color: #FAC529;
}
.AnyTagClassName
{
color: #FAC529;
}
</style>
background-color css
<style>
a { background-color: #FAC529; }
a { background-color: rgb(250,197,41); }
div.DivClassName
{
background-color: #FAC529;
}
.BgClassName
{
background-color: #FAC529;
}
</style>
border-color css
<style>
span { border-color: #FAC529; }
span { border-color: rgb(250,197,41); }
td.TdClassName
{
border-color: #FAC529;
}
.TagClassName
{
border-color: #FAC529;
}
</style>