Shades of Saffron #FEC133
Tints of Saffron #FEC133
RGB
CMYK
RGB Variations
Color information
#FEC133 (or 0xFEC133) is known color: Saffron. HEX triplet: FE, C1 and 33. RGB value is (254,193,51). Sum of RGB (Red+Green+Blue) = 254+193+51=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC133 is #013ECC. Grayscale: #C3C3C3. Windows color (decimal): -81613 or 3391998. OLE color: 3391998.
HSL color Cylindrical-coordinate representation of color #FEC133: hue angle of 41.97º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEC133 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 51 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.00 |
| HSL | 41.97º | 0.99% | 0.6% | - |
| HSV(B) | 41.97º | 0.8% | 1% | - |
| XYZ | 60.54 | 59.45 | 11.42 | - |
| YUV | 195.05 | 46.71 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 51 | 0 | 0.24 | 0.80 | 0.00 | 41.97 | 0.99 | 0.6 |
| Hex | FE | C1 | 33 | 0 | 18 | 50 | 0 | 2A | 63 | 3C |
| Octal | 376 | 301 | 63 | 0 | 30 | 120 | 0 | 52 | 143 | 74 |
| Binary | 11111110 | 11000001 | 110011 | 0 | 11000 | 1010000 | 0 | 101010 | 1100011 | 111100 |
Color Harmonies of #FEC133
Complementary color
Monochromatic Colors of #FEC133
Black with #FEC133
Text Example
Text Example
White with #FEC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC133; }
p { color: rgb(254,193,51); }
H1.HeaderClassName
{
color: #FEC133;
}
.AnyTagClassName
{
color: #FEC133;
}
</style>
background-color css
<style>
a { background-color: #FEC133; }
a { background-color: rgb(254,193,51); }
div.DivClassName
{
background-color: #FEC133;
}
.BgClassName
{
background-color: #FEC133;
}
</style>
border-color css
<style>
span { border-color: #FEC133; }
span { border-color: rgb(254,193,51); }
td.TdClassName
{
border-color: #FEC133;
}
.TagClassName
{
border-color: #FEC133;
}
</style>