Shades of Saffron #FDC128
Tints of Saffron #FDC128
RGB
CMYK
RGB Variations
Color information
#FDC128 (or 0xFDC128) is known color: Saffron. HEX triplet: FD, C1 and 28. RGB value is (253,193,40). Sum of RGB (Red+Green+Blue) = 253+193+40=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC128 is #023ED7. Grayscale: #C2C2C2. Windows color (decimal): -147160 or 2671101. OLE color: 2671101.
HSL color Cylindrical-coordinate representation of color #FDC128: hue angle of 43.1º 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 #FDC128 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.01 |
| HSL | 43.1º | 0.98% | 0.57% | - |
| HSV(B) | 43.1º | 0.84% | 0.99% | - |
| XYZ | 59.96 | 59.18 | 10.27 | - |
| YUV | 193.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 40 | 0 | 0.24 | 0.84 | 0.01 | 43.1 | 0.98 | 0.57 |
| Hex | FD | C1 | 28 | 0 | 18 | 54 | 1 | 2B | 62 | 39 |
| Octal | 375 | 301 | 50 | 0 | 30 | 124 | 1 | 53 | 142 | 71 |
| Binary | 11111101 | 11000001 | 101000 | 0 | 11000 | 1010100 | 1 | 101011 | 1100010 | 111001 |
Color Harmonies of #FDC128
Complementary color
Monochromatic Colors of #FDC128
Black with #FDC128
Text Example
Text Example
White with #FDC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC128; }
p { color: rgb(253,193,40); }
H1.HeaderClassName
{
color: #FDC128;
}
.AnyTagClassName
{
color: #FDC128;
}
</style>
background-color css
<style>
a { background-color: #FDC128; }
a { background-color: rgb(253,193,40); }
div.DivClassName
{
background-color: #FDC128;
}
.BgClassName
{
background-color: #FDC128;
}
</style>
border-color css
<style>
span { border-color: #FDC128; }
span { border-color: rgb(253,193,40); }
td.TdClassName
{
border-color: #FDC128;
}
.TagClassName
{
border-color: #FDC128;
}
</style>