Shades of Saffron #FDC132
Tints of Saffron #FDC132
RGB
CMYK
RGB Variations
Color information
#FDC132 (or 0xFDC132) is known color: Saffron. HEX triplet: FD, C1 and 32. RGB value is (253,193,50). Sum of RGB (Red+Green+Blue) = 253+193+50=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC132 is #023ECD. Grayscale: #C3C3C3. Windows color (decimal): -147150 or 3326461. OLE color: 3326461.
HSL color Cylindrical-coordinate representation of color #FDC132: hue angle of 42.27º 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 #FDC132 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.01 |
| HSL | 42.27º | 0.98% | 0.59% | - |
| HSV(B) | 42.27º | 0.8% | 0.99% | - |
| XYZ | 60.15 | 59.25 | 11.28 | - |
| YUV | 194.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 50 | 0 | 0.24 | 0.80 | 0.01 | 42.27 | 0.98 | 0.59 |
| Hex | FD | C1 | 32 | 0 | 18 | 50 | 1 | 2A | 62 | 3B |
| Octal | 375 | 301 | 62 | 0 | 30 | 120 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 11000001 | 110010 | 0 | 11000 | 1010000 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDC132
Complementary color
Monochromatic Colors of #FDC132
Black with #FDC132
Text Example
Text Example
White with #FDC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC132; }
p { color: rgb(253,193,50); }
H1.HeaderClassName
{
color: #FDC132;
}
.AnyTagClassName
{
color: #FDC132;
}
</style>
background-color css
<style>
a { background-color: #FDC132; }
a { background-color: rgb(253,193,50); }
div.DivClassName
{
background-color: #FDC132;
}
.BgClassName
{
background-color: #FDC132;
}
</style>
border-color css
<style>
span { border-color: #FDC132; }
span { border-color: rgb(253,193,50); }
td.TdClassName
{
border-color: #FDC132;
}
.TagClassName
{
border-color: #FDC132;
}
</style>