Shades of Saffron #FDC22E
Tints of Saffron #FDC22E
RGB
CMYK
RGB Variations
Color information
#FDC22E (or 0xFDC22E) is known color: Saffron. HEX triplet: FD, C2 and 2E. RGB value is (253,194,46). Sum of RGB (Red+Green+Blue) = 253+194+46=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC22E is #023DD1. Grayscale: #C3C3C3. Windows color (decimal): -146898 or 3064573. OLE color: 3064573.
HSL color Cylindrical-coordinate representation of color #FDC22E: hue angle of 42.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC22E is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 46 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.01 |
| HSL | 42.9º | 0.98% | 0.59% | - |
| HSV(B) | 42.9º | 0.82% | 0.99% | - |
| XYZ | 60.29 | 59.66 | 10.92 | - |
| YUV | 194.77 | 44.05 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 46 | 0 | 0.23 | 0.82 | 0.01 | 42.9 | 0.98 | 0.59 |
| Hex | FD | C2 | 2E | 0 | 17 | 52 | 1 | 2B | 62 | 3B |
| Octal | 375 | 302 | 56 | 0 | 27 | 122 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000010 | 101110 | 0 | 10111 | 1010010 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC22E
Complementary color
Monochromatic Colors of #FDC22E
Black with #FDC22E
Text Example
Text Example
White with #FDC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC22E; }
p { color: rgb(253,194,46); }
H1.HeaderClassName
{
color: #FDC22E;
}
.AnyTagClassName
{
color: #FDC22E;
}
</style>
background-color css
<style>
a { background-color: #FDC22E; }
a { background-color: rgb(253,194,46); }
div.DivClassName
{
background-color: #FDC22E;
}
.BgClassName
{
background-color: #FDC22E;
}
</style>
border-color css
<style>
span { border-color: #FDC22E; }
span { border-color: rgb(253,194,46); }
td.TdClassName
{
border-color: #FDC22E;
}
.TagClassName
{
border-color: #FDC22E;
}
</style>