Shades of Saffron #FEC22A
Tints of Saffron #FEC22A
RGB
CMYK
RGB Variations
Color information
#FEC22A (or 0xFEC22A) is known color: Saffron. HEX triplet: FE, C2 and 2A. RGB value is (254,194,42). Sum of RGB (Red+Green+Blue) = 254+194+42=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22A is #013DD5. Grayscale: #C3C3C3. Windows color (decimal): -81366 or 2802430. OLE color: 2802430.
HSL color Cylindrical-coordinate representation of color #FEC22A: hue angle of 43.02º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEC22A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 42 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.00 |
| HSL | 43.02º | 0.99% | 0.58% | - |
| HSV(B) | 43.02º | 0.83% | 1% | - |
| XYZ | 60.58 | 59.82 | 10.54 | - |
| YUV | 194.61 | 41.88 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 42 | 0 | 0.24 | 0.83 | 0.00 | 43.02 | 0.99 | 0.58 |
| Hex | FE | C2 | 2A | 0 | 18 | 53 | 0 | 2B | 63 | 3A |
| Octal | 376 | 302 | 52 | 0 | 30 | 123 | 0 | 53 | 143 | 72 |
| Binary | 11111110 | 11000010 | 101010 | 0 | 11000 | 1010011 | 0 | 101011 | 1100011 | 111010 |
Color Harmonies of #FEC22A
Complementary color
Monochromatic Colors of #FEC22A
Black with #FEC22A
Text Example
Text Example
White with #FEC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC22A; }
p { color: rgb(254,194,42); }
H1.HeaderClassName
{
color: #FEC22A;
}
.AnyTagClassName
{
color: #FEC22A;
}
</style>
background-color css
<style>
a { background-color: #FEC22A; }
a { background-color: rgb(254,194,42); }
div.DivClassName
{
background-color: #FEC22A;
}
.BgClassName
{
background-color: #FEC22A;
}
</style>
border-color css
<style>
span { border-color: #FEC22A; }
span { border-color: rgb(254,194,42); }
td.TdClassName
{
border-color: #FEC22A;
}
.TagClassName
{
border-color: #FEC22A;
}
</style>