Shades of Saffron #FDC126
Tints of Saffron #FDC126
RGB
CMYK
RGB Variations
Color information
#FDC126 (or 0xFDC126) is known color: Saffron. HEX triplet: FD, C1 and 26. RGB value is (253,193,38). Sum of RGB (Red+Green+Blue) = 253+193+38=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC126 is #023ED9. Grayscale: #C1C1C1. Windows color (decimal): -147162 or 2540029. OLE color: 2540029.
HSL color Cylindrical-coordinate representation of color #FDC126: hue angle of 43.26º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDC126 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 38 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.01 |
| HSL | 43.26º | 0.98% | 0.57% | - |
| HSV(B) | 43.26º | 0.85% | 0.99% | - |
| XYZ | 59.93 | 59.16 | 10.09 | - |
| YUV | 193.27 | 40.38 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 38 | 0 | 0.24 | 0.85 | 0.01 | 43.26 | 0.98 | 0.57 |
| Hex | FD | C1 | 26 | 0 | 18 | 55 | 1 | 2B | 62 | 39 |
| Octal | 375 | 301 | 46 | 0 | 30 | 125 | 1 | 53 | 142 | 71 |
| Binary | 11111101 | 11000001 | 100110 | 0 | 11000 | 1010101 | 1 | 101011 | 1100010 | 111001 |
Color Harmonies of #FDC126
Complementary color
Monochromatic Colors of #FDC126
Black with #FDC126
Text Example
Text Example
White with #FDC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC126; }
p { color: rgb(253,193,38); }
H1.HeaderClassName
{
color: #FDC126;
}
.AnyTagClassName
{
color: #FDC126;
}
</style>
background-color css
<style>
a { background-color: #FDC126; }
a { background-color: rgb(253,193,38); }
div.DivClassName
{
background-color: #FDC126;
}
.BgClassName
{
background-color: #FDC126;
}
</style>
border-color css
<style>
span { border-color: #FDC126; }
span { border-color: rgb(253,193,38); }
td.TdClassName
{
border-color: #FDC126;
}
.TagClassName
{
border-color: #FDC126;
}
</style>