Shades of Saffron #FEC128
Tints of Saffron #FEC128
RGB
CMYK
RGB Variations
Color information
#FEC128 (or 0xFEC128) is known color: Saffron. HEX triplet: FE, C1 and 28. RGB value is (254,193,40). Sum of RGB (Red+Green+Blue) = 254+193+40=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC128 is #013ED7. Grayscale: #C2C2C2. Windows color (decimal): -81624 or 2671102. OLE color: 2671102.
HSL color Cylindrical-coordinate representation of color #FEC128: hue angle of 42.9º 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 #FEC128 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.00 |
| HSL | 42.9º | 0.99% | 0.58% | - |
| HSV(B) | 42.9º | 0.84% | 1% | - |
| XYZ | 60.33 | 59.36 | 10.29 | - |
| YUV | 193.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 40 | 0 | 0.24 | 0.84 | 0.00 | 42.9 | 0.99 | 0.58 |
| Hex | FE | C1 | 28 | 0 | 18 | 54 | 0 | 2B | 63 | 3A |
| Octal | 376 | 301 | 50 | 0 | 30 | 124 | 0 | 53 | 143 | 72 |
| Binary | 11111110 | 11000001 | 101000 | 0 | 11000 | 1010100 | 0 | 101011 | 1100011 | 111010 |
Color Harmonies of #FEC128
Complementary color
Monochromatic Colors of #FEC128
Black with #FEC128
Text Example
Text Example
White with #FEC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC128; }
p { color: rgb(254,193,40); }
H1.HeaderClassName
{
color: #FEC128;
}
.AnyTagClassName
{
color: #FEC128;
}
</style>
background-color css
<style>
a { background-color: #FEC128; }
a { background-color: rgb(254,193,40); }
div.DivClassName
{
background-color: #FEC128;
}
.BgClassName
{
background-color: #FEC128;
}
</style>
border-color css
<style>
span { border-color: #FEC128; }
span { border-color: rgb(254,193,40); }
td.TdClassName
{
border-color: #FEC128;
}
.TagClassName
{
border-color: #FEC128;
}
</style>