Shades of Saffron #FDC028
Tints of Saffron #FDC028
RGB
CMYK
RGB Variations
Color information
#FDC028 (or 0xFDC028) is known color: Saffron. HEX triplet: FD, C0 and 28. RGB value is (253,192,40). Sum of RGB (Red+Green+Blue) = 253+192+40=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC028 is #023FD7. Grayscale: #C1C1C1. Windows color (decimal): -147416 or 2670845. OLE color: 2670845.
HSL color Cylindrical-coordinate representation of color #FDC028: hue angle of 42.82º 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 #FDC028 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.01 |
| HSL | 42.82º | 0.98% | 0.57% | - |
| HSV(B) | 42.82º | 0.84% | 0.99% | - |
| XYZ | 59.74 | 58.74 | 10.2 | - |
| YUV | 192.91 | 41.71 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 40 | 0 | 0.24 | 0.84 | 0.01 | 42.82 | 0.98 | 0.57 |
| Hex | FD | C0 | 28 | 0 | 18 | 54 | 1 | 2B | 62 | 39 |
| Octal | 375 | 300 | 50 | 0 | 30 | 124 | 1 | 53 | 142 | 71 |
| Binary | 11111101 | 11000000 | 101000 | 0 | 11000 | 1010100 | 1 | 101011 | 1100010 | 111001 |
Color Harmonies of #FDC028
Complementary color
Monochromatic Colors of #FDC028
Black with #FDC028
Text Example
Text Example
White with #FDC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC028; }
p { color: rgb(253,192,40); }
H1.HeaderClassName
{
color: #FDC028;
}
.AnyTagClassName
{
color: #FDC028;
}
</style>
background-color css
<style>
a { background-color: #FDC028; }
a { background-color: rgb(253,192,40); }
div.DivClassName
{
background-color: #FDC028;
}
.BgClassName
{
background-color: #FDC028;
}
</style>
border-color css
<style>
span { border-color: #FDC028; }
span { border-color: rgb(253,192,40); }
td.TdClassName
{
border-color: #FDC028;
}
.TagClassName
{
border-color: #FDC028;
}
</style>