Shades of Saffron #FEC12D
Tints of Saffron #FEC12D
RGB
CMYK
RGB Variations
Color information
#FEC12D (or 0xFEC12D) is known color: Saffron. HEX triplet: FE, C1 and 2D. RGB value is (254,193,45). Sum of RGB (Red+Green+Blue) = 254+193+45=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC12D is #013ED2. Grayscale: #C3C3C3. Windows color (decimal): -81619 or 2998782. OLE color: 2998782.
HSL color Cylindrical-coordinate representation of color #FEC12D: hue angle of 42.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC12D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.00 |
| HSL | 42.49º | 0.99% | 0.59% | - |
| HSV(B) | 42.49º | 0.82% | 1% | - |
| XYZ | 60.42 | 59.4 | 10.76 | - |
| YUV | 194.37 | 43.71 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 45 | 0 | 0.24 | 0.82 | 0.00 | 42.49 | 0.99 | 0.59 |
| Hex | FE | C1 | 2D | 0 | 18 | 52 | 0 | 2A | 63 | 3B |
| Octal | 376 | 301 | 55 | 0 | 30 | 122 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 11000001 | 101101 | 0 | 11000 | 1010010 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEC12D
Complementary color
Monochromatic Colors of #FEC12D
Black with #FEC12D
Text Example
Text Example
White with #FEC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC12D; }
p { color: rgb(254,193,45); }
H1.HeaderClassName
{
color: #FEC12D;
}
.AnyTagClassName
{
color: #FEC12D;
}
</style>
background-color css
<style>
a { background-color: #FEC12D; }
a { background-color: rgb(254,193,45); }
div.DivClassName
{
background-color: #FEC12D;
}
.BgClassName
{
background-color: #FEC12D;
}
</style>
border-color css
<style>
span { border-color: #FEC12D; }
span { border-color: rgb(254,193,45); }
td.TdClassName
{
border-color: #FEC12D;
}
.TagClassName
{
border-color: #FEC12D;
}
</style>