Shades of Saffron #FDC032
Tints of Saffron #FDC032
RGB
CMYK
RGB Variations
Color information
#FDC032 (or 0xFDC032) is known color: Saffron. HEX triplet: FD, C0 and 32. RGB value is (253,192,50). Sum of RGB (Red+Green+Blue) = 253+192+50=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC032 is #023FCD. Grayscale: #C2C2C2. Windows color (decimal): -147406 or 3326205. OLE color: 3326205.
HSL color Cylindrical-coordinate representation of color #FDC032: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDC032 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.01 |
| HSL | 41.97º | 0.98% | 0.59% | - |
| HSV(B) | 41.97º | 0.8% | 0.99% | - |
| XYZ | 59.93 | 58.81 | 11.21 | - |
| YUV | 194.05 | 46.71 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 50 | 0 | 0.24 | 0.80 | 0.01 | 41.97 | 0.98 | 0.59 |
| Hex | FD | C0 | 32 | 0 | 18 | 50 | 1 | 2A | 62 | 3B |
| Octal | 375 | 300 | 62 | 0 | 30 | 120 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 11000000 | 110010 | 0 | 11000 | 1010000 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDC032
Complementary color
Monochromatic Colors of #FDC032
Black with #FDC032
Text Example
Text Example
White with #FDC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC032; }
p { color: rgb(253,192,50); }
H1.HeaderClassName
{
color: #FDC032;
}
.AnyTagClassName
{
color: #FDC032;
}
</style>
background-color css
<style>
a { background-color: #FDC032; }
a { background-color: rgb(253,192,50); }
div.DivClassName
{
background-color: #FDC032;
}
.BgClassName
{
background-color: #FDC032;
}
</style>
border-color css
<style>
span { border-color: #FDC032; }
span { border-color: rgb(253,192,50); }
td.TdClassName
{
border-color: #FDC032;
}
.TagClassName
{
border-color: #FDC032;
}
</style>