Shades of Saffron #FDC529
Tints of Saffron #FDC529
RGB
CMYK
RGB Variations
Color information
#FDC529 (or 0xFDC529) is known color: Saffron. HEX triplet: FD, C5 and 29. RGB value is (253,197,41). Sum of RGB (Red+Green+Blue) = 253+197+41=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC529 is #023AD6. Grayscale: #C4C4C4. Windows color (decimal): -146135 or 2737661. OLE color: 2737661.
HSL color Cylindrical-coordinate representation of color #FDC529: hue angle of 44.15º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDC529 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 41 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.01 |
| HSL | 44.15º | 0.98% | 0.58% | - |
| HSV(B) | 44.15º | 0.84% | 0.99% | - |
| XYZ | 60.87 | 60.98 | 10.66 | - |
| YUV | 195.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 41 | 0 | 0.22 | 0.84 | 0.01 | 44.15 | 0.98 | 0.58 |
| Hex | FD | C5 | 29 | 0 | 16 | 54 | 1 | 2C | 62 | 3A |
| Octal | 375 | 305 | 51 | 0 | 26 | 124 | 1 | 54 | 142 | 72 |
| Binary | 11111101 | 11000101 | 101001 | 0 | 10110 | 1010100 | 1 | 101100 | 1100010 | 111010 |
Color Harmonies of #FDC529
Complementary color
Monochromatic Colors of #FDC529
Black with #FDC529
Text Example
Text Example
White with #FDC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC529; }
p { color: rgb(253,197,41); }
H1.HeaderClassName
{
color: #FDC529;
}
.AnyTagClassName
{
color: #FDC529;
}
</style>
background-color css
<style>
a { background-color: #FDC529; }
a { background-color: rgb(253,197,41); }
div.DivClassName
{
background-color: #FDC529;
}
.BgClassName
{
background-color: #FDC529;
}
</style>
border-color css
<style>
span { border-color: #FDC529; }
span { border-color: rgb(253,197,41); }
td.TdClassName
{
border-color: #FDC529;
}
.TagClassName
{
border-color: #FDC529;
}
</style>