Shades of Saffron #FEC427
Tints of Saffron #FEC427
RGB
CMYK
RGB Variations
Color information
#FEC427 (or 0xFEC427) is known color: Saffron. HEX triplet: FE, C4 and 27. RGB value is (254,196,39). Sum of RGB (Red+Green+Blue) = 254+196+39=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC427 is #013BD8. Grayscale: #C4C4C4. Windows color (decimal): -80857 or 2606334. OLE color: 2606334.
HSL color Cylindrical-coordinate representation of color #FEC427: hue angle of 43.81º 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 #FEC427 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 39 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.00 |
| HSL | 43.81º | 0.99% | 0.57% | - |
| HSV(B) | 43.81º | 0.85% | 1% | - |
| XYZ | 60.98 | 60.7 | 10.42 | - |
| YUV | 195.44 | 39.72 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 39 | 0 | 0.23 | 0.85 | 0.00 | 43.81 | 0.99 | 0.57 |
| Hex | FE | C4 | 27 | 0 | 17 | 55 | 0 | 2C | 63 | 39 |
| Octal | 376 | 304 | 47 | 0 | 27 | 125 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000100 | 100111 | 0 | 10111 | 1010101 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC427
Complementary color
Monochromatic Colors of #FEC427
Black with #FEC427
Text Example
Text Example
White with #FEC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC427; }
p { color: rgb(254,196,39); }
H1.HeaderClassName
{
color: #FEC427;
}
.AnyTagClassName
{
color: #FEC427;
}
</style>
background-color css
<style>
a { background-color: #FEC427; }
a { background-color: rgb(254,196,39); }
div.DivClassName
{
background-color: #FEC427;
}
.BgClassName
{
background-color: #FEC427;
}
</style>
border-color css
<style>
span { border-color: #FEC427; }
span { border-color: rgb(254,196,39); }
td.TdClassName
{
border-color: #FEC427;
}
.TagClassName
{
border-color: #FEC427;
}
</style>