Shades of Saffron #FEC327
Tints of Saffron #FEC327
RGB
CMYK
RGB Variations
Color information
#FEC327 (or 0xFEC327) is known color: Saffron. HEX triplet: FE, C3 and 27. RGB value is (254,195,39). Sum of RGB (Red+Green+Blue) = 254+195+39=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC327 is #013CD8. Grayscale: #C3C3C3. Windows color (decimal): -81113 or 2606078. OLE color: 2606078.
HSL color Cylindrical-coordinate representation of color #FEC327: hue angle of 43.53º 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 #FEC327 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 39 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.00 |
| HSL | 43.53º | 0.99% | 0.57% | - |
| HSV(B) | 43.53º | 0.85% | 1% | - |
| XYZ | 60.75 | 60.25 | 10.35 | - |
| YUV | 194.86 | 40.05 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 39 | 0 | 0.23 | 0.85 | 0.00 | 43.53 | 0.99 | 0.57 |
| Hex | FE | C3 | 27 | 0 | 17 | 55 | 0 | 2C | 63 | 39 |
| Octal | 376 | 303 | 47 | 0 | 27 | 125 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000011 | 100111 | 0 | 10111 | 1010101 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC327
Complementary color
Monochromatic Colors of #FEC327
Black with #FEC327
Text Example
Text Example
White with #FEC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC327; }
p { color: rgb(254,195,39); }
H1.HeaderClassName
{
color: #FEC327;
}
.AnyTagClassName
{
color: #FEC327;
}
</style>
background-color css
<style>
a { background-color: #FEC327; }
a { background-color: rgb(254,195,39); }
div.DivClassName
{
background-color: #FEC327;
}
.BgClassName
{
background-color: #FEC327;
}
</style>
border-color css
<style>
span { border-color: #FEC327; }
span { border-color: rgb(254,195,39); }
td.TdClassName
{
border-color: #FEC327;
}
.TagClassName
{
border-color: #FEC327;
}
</style>