Shades of Saffron #FEC225
Tints of Saffron #FEC225
RGB
CMYK
RGB Variations
Color information
#FEC225 (or 0xFEC225) is known color: Saffron. HEX triplet: FE, C2 and 25. RGB value is (254,194,37). Sum of RGB (Red+Green+Blue) = 254+194+37=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC225 is #013DDA. Grayscale: #C2C2C2. Windows color (decimal): -81371 or 2474750. OLE color: 2474750.
HSL color Cylindrical-coordinate representation of color #FEC225: hue angle of 43.41º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEC225 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.00 |
| HSL | 43.41º | 0.99% | 0.57% | - |
| HSV(B) | 43.41º | 0.85% | 1% | - |
| XYZ | 60.5 | 59.79 | 10.1 | - |
| YUV | 194.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 37 | 0 | 0.24 | 0.85 | 0.00 | 43.41 | 0.99 | 0.57 |
| Hex | FE | C2 | 25 | 0 | 18 | 55 | 0 | 2B | 63 | 39 |
| Octal | 376 | 302 | 45 | 0 | 30 | 125 | 0 | 53 | 143 | 71 |
| Binary | 11111110 | 11000010 | 100101 | 0 | 11000 | 1010101 | 0 | 101011 | 1100011 | 111001 |
Color Harmonies of #FEC225
Complementary color
Monochromatic Colors of #FEC225
Black with #FEC225
Text Example
Text Example
White with #FEC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC225; }
p { color: rgb(254,194,37); }
H1.HeaderClassName
{
color: #FEC225;
}
.AnyTagClassName
{
color: #FEC225;
}
</style>
background-color css
<style>
a { background-color: #FEC225; }
a { background-color: rgb(254,194,37); }
div.DivClassName
{
background-color: #FEC225;
}
.BgClassName
{
background-color: #FEC225;
}
</style>
border-color css
<style>
span { border-color: #FEC225; }
span { border-color: rgb(254,194,37); }
td.TdClassName
{
border-color: #FEC225;
}
.TagClassName
{
border-color: #FEC225;
}
</style>