Shades of Saffron #FEC025
Tints of Saffron #FEC025
RGB
CMYK
RGB Variations
Color information
#FEC025 (or 0xFEC025) is known color: Saffron. HEX triplet: FE, C0 and 25. RGB value is (254,192,37). Sum of RGB (Red+Green+Blue) = 254+192+37=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC025 is #013FDA. Grayscale: #C1C1C1. Windows color (decimal): -81883 or 2474238. OLE color: 2474238.
HSL color Cylindrical-coordinate representation of color #FEC025: hue angle of 42.86º 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 #FEC025 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.00 |
| HSL | 42.86º | 0.99% | 0.57% | - |
| HSV(B) | 42.86º | 0.85% | 1% | - |
| XYZ | 60.06 | 58.9 | 9.95 | - |
| YUV | 192.87 | 40.04 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 37 | 0 | 0.24 | 0.85 | 0.00 | 42.86 | 0.99 | 0.57 |
| Hex | FE | C0 | 25 | 0 | 18 | 55 | 0 | 2B | 63 | 39 |
| Octal | 376 | 300 | 45 | 0 | 30 | 125 | 0 | 53 | 143 | 71 |
| Binary | 11111110 | 11000000 | 100101 | 0 | 11000 | 1010101 | 0 | 101011 | 1100011 | 111001 |
Color Harmonies of #FEC025
Complementary color
Monochromatic Colors of #FEC025
Black with #FEC025
Text Example
Text Example
White with #FEC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC025; }
p { color: rgb(254,192,37); }
H1.HeaderClassName
{
color: #FEC025;
}
.AnyTagClassName
{
color: #FEC025;
}
</style>
background-color css
<style>
a { background-color: #FEC025; }
a { background-color: rgb(254,192,37); }
div.DivClassName
{
background-color: #FEC025;
}
.BgClassName
{
background-color: #FEC025;
}
</style>
border-color css
<style>
span { border-color: #FEC025; }
span { border-color: rgb(254,192,37); }
td.TdClassName
{
border-color: #FEC025;
}
.TagClassName
{
border-color: #FEC025;
}
</style>