Shades of Saffron #FEC228
Tints of Saffron #FEC228
RGB
CMYK
RGB Variations
Color information
#FEC228 (or 0xFEC228) is known color: Saffron. HEX triplet: FE, C2 and 28. RGB value is (254,194,40). Sum of RGB (Red+Green+Blue) = 254+194+40=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC228 is #013DD7. Grayscale: #C3C3C3. Windows color (decimal): -81368 or 2671358. OLE color: 2671358.
HSL color Cylindrical-coordinate representation of color #FEC228: hue angle of 43.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEC228 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.00 |
| HSL | 43.18º | 0.99% | 0.58% | - |
| HSV(B) | 43.18º | 0.84% | 1% | - |
| XYZ | 60.55 | 59.81 | 10.36 | - |
| YUV | 194.38 | 40.88 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 40 | 0 | 0.24 | 0.84 | 0.00 | 43.18 | 0.99 | 0.58 |
| Hex | FE | C2 | 28 | 0 | 18 | 54 | 0 | 2B | 63 | 3A |
| Octal | 376 | 302 | 50 | 0 | 30 | 124 | 0 | 53 | 143 | 72 |
| Binary | 11111110 | 11000010 | 101000 | 0 | 11000 | 1010100 | 0 | 101011 | 1100011 | 111010 |
Color Harmonies of #FEC228
Complementary color
Monochromatic Colors of #FEC228
Black with #FEC228
Text Example
Text Example
White with #FEC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC228; }
p { color: rgb(254,194,40); }
H1.HeaderClassName
{
color: #FEC228;
}
.AnyTagClassName
{
color: #FEC228;
}
</style>
background-color css
<style>
a { background-color: #FEC228; }
a { background-color: rgb(254,194,40); }
div.DivClassName
{
background-color: #FEC228;
}
.BgClassName
{
background-color: #FEC228;
}
</style>
border-color css
<style>
span { border-color: #FEC228; }
span { border-color: rgb(254,194,40); }
td.TdClassName
{
border-color: #FEC228;
}
.TagClassName
{
border-color: #FEC228;
}
</style>