Shades of Saffron #FDC628
Tints of Saffron #FDC628
RGB
CMYK
RGB Variations
Color information
#FDC628 (or 0xFDC628) is known color: Saffron. HEX triplet: FD, C6 and 28. RGB value is (253,198,40). Sum of RGB (Red+Green+Blue) = 253+198+40=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC628 is #0239D7. Grayscale: #C5C5C5. Windows color (decimal): -145880 or 2672381. OLE color: 2672381.
HSL color Cylindrical-coordinate representation of color #FDC628: hue angle of 44.51º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDC628 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.01 |
| HSL | 44.51º | 0.98% | 0.57% | - |
| HSV(B) | 44.51º | 0.84% | 0.99% | - |
| XYZ | 61.09 | 61.42 | 10.64 | - |
| YUV | 196.43 | 39.72 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 40 | 0 | 0.22 | 0.84 | 0.01 | 44.51 | 0.98 | 0.57 |
| Hex | FD | C6 | 28 | 0 | 16 | 54 | 1 | 2D | 62 | 39 |
| Octal | 375 | 306 | 50 | 0 | 26 | 124 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11000110 | 101000 | 0 | 10110 | 1010100 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC628
Complementary color
Monochromatic Colors of #FDC628
Black with #FDC628
Text Example
Text Example
White with #FDC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC628; }
p { color: rgb(253,198,40); }
H1.HeaderClassName
{
color: #FDC628;
}
.AnyTagClassName
{
color: #FDC628;
}
</style>
background-color css
<style>
a { background-color: #FDC628; }
a { background-color: rgb(253,198,40); }
div.DivClassName
{
background-color: #FDC628;
}
.BgClassName
{
background-color: #FDC628;
}
</style>
border-color css
<style>
span { border-color: #FDC628; }
span { border-color: rgb(253,198,40); }
td.TdClassName
{
border-color: #FDC628;
}
.TagClassName
{
border-color: #FDC628;
}
</style>