Shades of Saffron #FEC035
Tints of Saffron #FEC035
RGB
CMYK
RGB Variations
Color information
#FEC035 (or 0xFEC035) is known color: Saffron. HEX triplet: FE, C0 and 35. RGB value is (254,192,53). Sum of RGB (Red+Green+Blue) = 254+192+53=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC035 is #013FCA. Grayscale: #C3C3C3. Windows color (decimal): -81867 or 3522814. OLE color: 3522814.
HSL color Cylindrical-coordinate representation of color #FEC035: hue angle of 41.49º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEC035 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 53 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.00 |
| HSL | 41.49º | 0.99% | 0.6% | - |
| HSV(B) | 41.49º | 0.79% | 1% | - |
| XYZ | 60.37 | 59.03 | 11.58 | - |
| YUV | 194.69 | 48.04 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 53 | 0 | 0.24 | 0.79 | 0.00 | 41.49 | 0.99 | 0.6 |
| Hex | FE | C0 | 35 | 0 | 18 | 4F | 0 | 29 | 63 | 3C |
| Octal | 376 | 300 | 65 | 0 | 30 | 117 | 0 | 51 | 143 | 74 |
| Binary | 11111110 | 11000000 | 110101 | 0 | 11000 | 1001111 | 0 | 101001 | 1100011 | 111100 |
Color Harmonies of #FEC035
Complementary color
Monochromatic Colors of #FEC035
Black with #FEC035
Text Example
Text Example
White with #FEC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC035; }
p { color: rgb(254,192,53); }
H1.HeaderClassName
{
color: #FEC035;
}
.AnyTagClassName
{
color: #FEC035;
}
</style>
background-color css
<style>
a { background-color: #FEC035; }
a { background-color: rgb(254,192,53); }
div.DivClassName
{
background-color: #FEC035;
}
.BgClassName
{
background-color: #FEC035;
}
</style>
border-color css
<style>
span { border-color: #FEC035; }
span { border-color: rgb(254,192,53); }
td.TdClassName
{
border-color: #FEC035;
}
.TagClassName
{
border-color: #FEC035;
}
</style>