Shades of Saffron #FEC429
Tints of Saffron #FEC429
RGB
CMYK
RGB Variations
Color information
#FEC429 (or 0xFEC429) is known color: Saffron. HEX triplet: FE, C4 and 29. RGB value is (254,196,41). Sum of RGB (Red+Green+Blue) = 254+196+41=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC429 is #013BD6. Grayscale: #C4C4C4. Windows color (decimal): -80855 or 2737406. OLE color: 2737406.
HSL color Cylindrical-coordinate representation of color #FEC429: hue angle of 43.66º 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 #FEC429 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 41 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.00 |
| HSL | 43.66º | 0.99% | 0.58% | - |
| HSV(B) | 43.66º | 0.84% | 1% | - |
| XYZ | 61.01 | 60.71 | 10.6 | - |
| YUV | 195.67 | 40.72 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 41 | 0 | 0.23 | 0.84 | 0.00 | 43.66 | 0.99 | 0.58 |
| Hex | FE | C4 | 29 | 0 | 17 | 54 | 0 | 2C | 63 | 3A |
| Octal | 376 | 304 | 51 | 0 | 27 | 124 | 0 | 54 | 143 | 72 |
| Binary | 11111110 | 11000100 | 101001 | 0 | 10111 | 1010100 | 0 | 101100 | 1100011 | 111010 |
Color Harmonies of #FEC429
Complementary color
Monochromatic Colors of #FEC429
Black with #FEC429
Text Example
Text Example
White with #FEC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC429; }
p { color: rgb(254,196,41); }
H1.HeaderClassName
{
color: #FEC429;
}
.AnyTagClassName
{
color: #FEC429;
}
</style>
background-color css
<style>
a { background-color: #FEC429; }
a { background-color: rgb(254,196,41); }
div.DivClassName
{
background-color: #FEC429;
}
.BgClassName
{
background-color: #FEC429;
}
</style>
border-color css
<style>
span { border-color: #FEC429; }
span { border-color: rgb(254,196,41); }
td.TdClassName
{
border-color: #FEC429;
}
.TagClassName
{
border-color: #FEC429;
}
</style>