Shades of Saffron #FEC22D
Tints of Saffron #FEC22D
RGB
CMYK
RGB Variations
Color information
#FEC22D (or 0xFEC22D) is known color: Saffron. HEX triplet: FE, C2 and 2D. RGB value is (254,194,45). Sum of RGB (Red+Green+Blue) = 254+194+45=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22D is #013DD2. Grayscale: #C3C3C3. Windows color (decimal): -81363 or 2999038. OLE color: 2999038.
HSL color Cylindrical-coordinate representation of color #FEC22D: hue angle of 42.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC22D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.00 |
| HSL | 42.78º | 0.99% | 0.59% | - |
| HSV(B) | 42.78º | 0.82% | 1% | - |
| XYZ | 60.64 | 59.84 | 10.84 | - |
| YUV | 194.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 45 | 0 | 0.24 | 0.82 | 0.00 | 42.78 | 0.99 | 0.59 |
| Hex | FE | C2 | 2D | 0 | 18 | 52 | 0 | 2B | 63 | 3B |
| Octal | 376 | 302 | 55 | 0 | 30 | 122 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000010 | 101101 | 0 | 11000 | 1010010 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC22D
Complementary color
Monochromatic Colors of #FEC22D
Black with #FEC22D
Text Example
Text Example
White with #FEC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC22D; }
p { color: rgb(254,194,45); }
H1.HeaderClassName
{
color: #FEC22D;
}
.AnyTagClassName
{
color: #FEC22D;
}
</style>
background-color css
<style>
a { background-color: #FEC22D; }
a { background-color: rgb(254,194,45); }
div.DivClassName
{
background-color: #FEC22D;
}
.BgClassName
{
background-color: #FEC22D;
}
</style>
border-color css
<style>
span { border-color: #FEC22D; }
span { border-color: rgb(254,194,45); }
td.TdClassName
{
border-color: #FEC22D;
}
.TagClassName
{
border-color: #FEC22D;
}
</style>