Shades of Saffron #FDC035
Tints of Saffron #FDC035
RGB
CMYK
RGB Variations
Color information
#FDC035 (or 0xFDC035) is known color: Saffron. HEX triplet: FD, C0 and 35. RGB value is (253,192,53). Sum of RGB (Red+Green+Blue) = 253+192+53=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC035 is #023FCA. Grayscale: #C3C3C3. Windows color (decimal): -147403 or 3522813. OLE color: 3522813.
HSL color Cylindrical-coordinate representation of color #FDC035: hue angle of 41.7º 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 #FDC035 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 53 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.01 |
| HSL | 41.7º | 0.98% | 0.6% | - |
| HSV(B) | 41.7º | 0.79% | 0.99% | - |
| XYZ | 60 | 58.84 | 11.56 | - |
| YUV | 194.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 53 | 0 | 0.24 | 0.79 | 0.01 | 41.7 | 0.98 | 0.6 |
| Hex | FD | C0 | 35 | 0 | 18 | 4F | 1 | 2A | 62 | 3C |
| Octal | 375 | 300 | 65 | 0 | 30 | 117 | 1 | 52 | 142 | 74 |
| Binary | 11111101 | 11000000 | 110101 | 0 | 11000 | 1001111 | 1 | 101010 | 1100010 | 111100 |
Color Harmonies of #FDC035
Complementary color
Monochromatic Colors of #FDC035
Black with #FDC035
Text Example
Text Example
White with #FDC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC035; }
p { color: rgb(253,192,53); }
H1.HeaderClassName
{
color: #FDC035;
}
.AnyTagClassName
{
color: #FDC035;
}
</style>
background-color css
<style>
a { background-color: #FDC035; }
a { background-color: rgb(253,192,53); }
div.DivClassName
{
background-color: #FDC035;
}
.BgClassName
{
background-color: #FDC035;
}
</style>
border-color css
<style>
span { border-color: #FDC035; }
span { border-color: rgb(253,192,53); }
td.TdClassName
{
border-color: #FDC035;
}
.TagClassName
{
border-color: #FDC035;
}
</style>