Shades of Saffron #FDC528
Tints of Saffron #FDC528
RGB
CMYK
RGB Variations
Color information
#FDC528 (or 0xFDC528) is known color: Saffron. HEX triplet: FD, C5 and 28. RGB value is (253,197,40). Sum of RGB (Red+Green+Blue) = 253+197+40=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC528 is #023AD7. Grayscale: #C4C4C4. Windows color (decimal): -146136 or 2672125. OLE color: 2672125.
HSL color Cylindrical-coordinate representation of color #FDC528: hue angle of 44.23º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDC528 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.01 |
| HSL | 44.23º | 0.98% | 0.57% | - |
| HSV(B) | 44.23º | 0.84% | 0.99% | - |
| XYZ | 60.86 | 60.97 | 10.57 | - |
| YUV | 195.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 40 | 0 | 0.22 | 0.84 | 0.01 | 44.23 | 0.98 | 0.57 |
| Hex | FD | C5 | 28 | 0 | 16 | 54 | 1 | 2C | 62 | 39 |
| Octal | 375 | 305 | 50 | 0 | 26 | 124 | 1 | 54 | 142 | 71 |
| Binary | 11111101 | 11000101 | 101000 | 0 | 10110 | 1010100 | 1 | 101100 | 1100010 | 111001 |
Color Harmonies of #FDC528
Complementary color
Monochromatic Colors of #FDC528
Black with #FDC528
Text Example
Text Example
White with #FDC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC528; }
p { color: rgb(253,197,40); }
H1.HeaderClassName
{
color: #FDC528;
}
.AnyTagClassName
{
color: #FDC528;
}
</style>
background-color css
<style>
a { background-color: #FDC528; }
a { background-color: rgb(253,197,40); }
div.DivClassName
{
background-color: #FDC528;
}
.BgClassName
{
background-color: #FDC528;
}
</style>
border-color css
<style>
span { border-color: #FDC528; }
span { border-color: rgb(253,197,40); }
td.TdClassName
{
border-color: #FDC528;
}
.TagClassName
{
border-color: #FDC528;
}
</style>