Shades of Saffron #FDC331
Tints of Saffron #FDC331
RGB
CMYK
RGB Variations
Color information
#FDC331 (or 0xFDC331) is known color: Saffron. HEX triplet: FD, C3 and 31. RGB value is (253,195,49). Sum of RGB (Red+Green+Blue) = 253+195+49=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC331 is #023CCE. Grayscale: #C4C4C4. Windows color (decimal): -146639 or 3261437. OLE color: 3261437.
HSL color Cylindrical-coordinate representation of color #FDC331: hue angle of 42.94º 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 #FDC331 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 49 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.01 |
| HSL | 42.94º | 0.98% | 0.59% | - |
| HSV(B) | 42.94º | 0.81% | 0.99% | - |
| XYZ | 60.58 | 60.13 | 11.32 | - |
| YUV | 195.7 | 45.22 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 49 | 0 | 0.23 | 0.81 | 0.01 | 42.94 | 0.98 | 0.59 |
| Hex | FD | C3 | 31 | 0 | 17 | 51 | 1 | 2B | 62 | 3B |
| Octal | 375 | 303 | 61 | 0 | 27 | 121 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000011 | 110001 | 0 | 10111 | 1010001 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC331
Complementary color
Monochromatic Colors of #FDC331
Black with #FDC331
Text Example
Text Example
White with #FDC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC331; }
p { color: rgb(253,195,49); }
H1.HeaderClassName
{
color: #FDC331;
}
.AnyTagClassName
{
color: #FDC331;
}
</style>
background-color css
<style>
a { background-color: #FDC331; }
a { background-color: rgb(253,195,49); }
div.DivClassName
{
background-color: #FDC331;
}
.BgClassName
{
background-color: #FDC331;
}
</style>
border-color css
<style>
span { border-color: #FDC331; }
span { border-color: rgb(253,195,49); }
td.TdClassName
{
border-color: #FDC331;
}
.TagClassName
{
border-color: #FDC331;
}
</style>