Shades of Saffron #FDC429
Tints of Saffron #FDC429
RGB
CMYK
RGB Variations
Color information
#FDC429 (or 0xFDC429) is known color: Saffron. HEX triplet: FD, C4 and 29. RGB value is (253,196,41). Sum of RGB (Red+Green+Blue) = 253+196+41=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC429 is #023BD6. Grayscale: #C4C4C4. Windows color (decimal): -146391 or 2737405. OLE color: 2737405.
HSL color Cylindrical-coordinate representation of color #FDC429: hue angle of 43.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDC429 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 41 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.01 |
| HSL | 43.87º | 0.98% | 0.58% | - |
| HSV(B) | 43.87º | 0.84% | 0.99% | - |
| XYZ | 60.65 | 60.52 | 10.58 | - |
| YUV | 195.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 41 | 0 | 0.23 | 0.84 | 0.01 | 43.87 | 0.98 | 0.58 |
| Hex | FD | C4 | 29 | 0 | 17 | 54 | 1 | 2C | 62 | 3A |
| Octal | 375 | 304 | 51 | 0 | 27 | 124 | 1 | 54 | 142 | 72 |
| Binary | 11111101 | 11000100 | 101001 | 0 | 10111 | 1010100 | 1 | 101100 | 1100010 | 111010 |
Color Harmonies of #FDC429
Complementary color
Monochromatic Colors of #FDC429
Black with #FDC429
Text Example
Text Example
White with #FDC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC429; }
p { color: rgb(253,196,41); }
H1.HeaderClassName
{
color: #FDC429;
}
.AnyTagClassName
{
color: #FDC429;
}
</style>
background-color css
<style>
a { background-color: #FDC429; }
a { background-color: rgb(253,196,41); }
div.DivClassName
{
background-color: #FDC429;
}
.BgClassName
{
background-color: #FDC429;
}
</style>
border-color css
<style>
span { border-color: #FDC429; }
span { border-color: rgb(253,196,41); }
td.TdClassName
{
border-color: #FDC429;
}
.TagClassName
{
border-color: #FDC429;
}
</style>