Shades of Saffron #FDC229
Tints of Saffron #FDC229
RGB
CMYK
RGB Variations
Color information
#FDC229 (or 0xFDC229) is known color: Saffron. HEX triplet: FD, C2 and 29. RGB value is (253,194,41). Sum of RGB (Red+Green+Blue) = 253+194+41=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC229 is #023DD6. Grayscale: #C2C2C2. Windows color (decimal): -146903 or 2736893. OLE color: 2736893.
HSL color Cylindrical-coordinate representation of color #FDC229: hue angle of 43.3º 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 #FDC229 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 41 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.01 |
| HSL | 43.3º | 0.98% | 0.58% | - |
| HSV(B) | 43.3º | 0.84% | 0.99% | - |
| XYZ | 60.2 | 59.63 | 10.43 | - |
| YUV | 194.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 41 | 0 | 0.23 | 0.84 | 0.01 | 43.3 | 0.98 | 0.58 |
| Hex | FD | C2 | 29 | 0 | 17 | 54 | 1 | 2B | 62 | 3A |
| Octal | 375 | 302 | 51 | 0 | 27 | 124 | 1 | 53 | 142 | 72 |
| Binary | 11111101 | 11000010 | 101001 | 0 | 10111 | 1010100 | 1 | 101011 | 1100010 | 111010 |
Color Harmonies of #FDC229
Complementary color
Monochromatic Colors of #FDC229
Black with #FDC229
Text Example
Text Example
White with #FDC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC229; }
p { color: rgb(253,194,41); }
H1.HeaderClassName
{
color: #FDC229;
}
.AnyTagClassName
{
color: #FDC229;
}
</style>
background-color css
<style>
a { background-color: #FDC229; }
a { background-color: rgb(253,194,41); }
div.DivClassName
{
background-color: #FDC229;
}
.BgClassName
{
background-color: #FDC229;
}
</style>
border-color css
<style>
span { border-color: #FDC229; }
span { border-color: rgb(253,194,41); }
td.TdClassName
{
border-color: #FDC229;
}
.TagClassName
{
border-color: #FDC229;
}
</style>