Shades of Saffron #FDC131
Tints of Saffron #FDC131
RGB
CMYK
RGB Variations
Color information
#FDC131 (or 0xFDC131) is known color: Saffron. HEX triplet: FD, C1 and 31. RGB value is (253,193,49). Sum of RGB (Red+Green+Blue) = 253+193+49=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC131 is #023ECE. Grayscale: #C3C3C3. Windows color (decimal): -147151 or 3260925. OLE color: 3260925.
HSL color Cylindrical-coordinate representation of color #FDC131: hue angle of 42.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC131 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 49 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.01 |
| HSL | 42.35º | 0.98% | 0.59% | - |
| HSV(B) | 42.35º | 0.81% | 0.99% | - |
| XYZ | 60.13 | 59.24 | 11.17 | - |
| YUV | 194.52 | 45.88 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 49 | 0 | 0.24 | 0.81 | 0.01 | 42.35 | 0.98 | 0.59 |
| Hex | FD | C1 | 31 | 0 | 18 | 51 | 1 | 2A | 62 | 3B |
| Octal | 375 | 301 | 61 | 0 | 30 | 121 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 11000001 | 110001 | 0 | 11000 | 1010001 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDC131
Complementary color
Monochromatic Colors of #FDC131
Black with #FDC131
Text Example
Text Example
White with #FDC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC131; }
p { color: rgb(253,193,49); }
H1.HeaderClassName
{
color: #FDC131;
}
.AnyTagClassName
{
color: #FDC131;
}
</style>
background-color css
<style>
a { background-color: #FDC131; }
a { background-color: rgb(253,193,49); }
div.DivClassName
{
background-color: #FDC131;
}
.BgClassName
{
background-color: #FDC131;
}
</style>
border-color css
<style>
span { border-color: #FDC131; }
span { border-color: rgb(253,193,49); }
td.TdClassName
{
border-color: #FDC131;
}
.TagClassName
{
border-color: #FDC131;
}
</style>