Shades of Saffron #FDC32E
Tints of Saffron #FDC32E
RGB
CMYK
RGB Variations
Color information
#FDC32E (or 0xFDC32E) is known color: Saffron. HEX triplet: FD, C3 and 2E. RGB value is (253,195,46). Sum of RGB (Red+Green+Blue) = 253+195+46=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC32E is #023CD1. Grayscale: #C4C4C4. Windows color (decimal): -146642 or 3064829. OLE color: 3064829.
HSL color Cylindrical-coordinate representation of color #FDC32E: hue angle of 43.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC32E is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 46 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.01 |
| HSL | 43.19º | 0.98% | 0.59% | - |
| HSV(B) | 43.19º | 0.82% | 0.99% | - |
| XYZ | 60.52 | 60.11 | 11 | - |
| YUV | 195.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 46 | 0 | 0.23 | 0.82 | 0.01 | 43.19 | 0.98 | 0.59 |
| Hex | FD | C3 | 2E | 0 | 17 | 52 | 1 | 2B | 62 | 3B |
| Octal | 375 | 303 | 56 | 0 | 27 | 122 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000011 | 101110 | 0 | 10111 | 1010010 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC32E
Complementary color
Monochromatic Colors of #FDC32E
Black with #FDC32E
Text Example
Text Example
White with #FDC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC32E; }
p { color: rgb(253,195,46); }
H1.HeaderClassName
{
color: #FDC32E;
}
.AnyTagClassName
{
color: #FDC32E;
}
</style>
background-color css
<style>
a { background-color: #FDC32E; }
a { background-color: rgb(253,195,46); }
div.DivClassName
{
background-color: #FDC32E;
}
.BgClassName
{
background-color: #FDC32E;
}
</style>
border-color css
<style>
span { border-color: #FDC32E; }
span { border-color: rgb(253,195,46); }
td.TdClassName
{
border-color: #FDC32E;
}
.TagClassName
{
border-color: #FDC32E;
}
</style>