Shades of Saffron #FDC036
Tints of Saffron #FDC036
RGB
CMYK
RGB Variations
Color information
#FDC036 (or 0xFDC036) is known color: Saffron. HEX triplet: FD, C0 and 36. RGB value is (253,192,54). Sum of RGB (Red+Green+Blue) = 253+192+54=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC036 is #023FC9. Grayscale: #C3C3C3. Windows color (decimal): -147402 or 3588349. OLE color: 3588349.
HSL color Cylindrical-coordinate representation of color #FDC036: hue angle of 41.61º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDC036 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 54 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.01 |
| HSL | 41.61º | 0.98% | 0.6% | - |
| HSV(B) | 41.61º | 0.79% | 0.99% | - |
| XYZ | 60.02 | 58.85 | 11.69 | - |
| YUV | 194.51 | 48.71 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 54 | 0 | 0.24 | 0.79 | 0.01 | 41.61 | 0.98 | 0.6 |
| Hex | FD | C0 | 36 | 0 | 18 | 4F | 1 | 2A | 62 | 3C |
| Octal | 375 | 300 | 66 | 0 | 30 | 117 | 1 | 52 | 142 | 74 |
| Binary | 11111101 | 11000000 | 110110 | 0 | 11000 | 1001111 | 1 | 101010 | 1100010 | 111100 |
Color Harmonies of #FDC036
Complementary color
Monochromatic Colors of #FDC036
Black with #FDC036
Text Example
Text Example
White with #FDC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC036; }
p { color: rgb(253,192,54); }
H1.HeaderClassName
{
color: #FDC036;
}
.AnyTagClassName
{
color: #FDC036;
}
</style>
background-color css
<style>
a { background-color: #FDC036; }
a { background-color: rgb(253,192,54); }
div.DivClassName
{
background-color: #FDC036;
}
.BgClassName
{
background-color: #FDC036;
}
</style>
border-color css
<style>
span { border-color: #FDC036; }
span { border-color: rgb(253,192,54); }
td.TdClassName
{
border-color: #FDC036;
}
.TagClassName
{
border-color: #FDC036;
}
</style>