Shades of Saffron #FDC127
Tints of Saffron #FDC127
RGB
CMYK
RGB Variations
Color information
#FDC127 (or 0xFDC127) is known color: Saffron. HEX triplet: FD, C1 and 27. RGB value is (253,193,39). Sum of RGB (Red+Green+Blue) = 253+193+39=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC127 is #023ED8. Grayscale: #C2C2C2. Windows color (decimal): -147161 or 2605565. OLE color: 2605565.
HSL color Cylindrical-coordinate representation of color #FDC127: hue angle of 43.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDC127 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 193 | 39 | - |
CMYK | 0 | 0.24 | 0.85 | 0.01 |
HSL | 43.18º | 0.98% | 0.57% | - |
HSV(B) | 43.18º | 0.85% | 0.99% | - |
XYZ | 59.94 | 59.17 | 10.18 | - |
YUV | 193.38 | 40.88 | 170.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 193 | 39 | 0 | 0.24 | 0.85 | 0.01 | 43.18 | 0.98 | 0.57 |
Hex | FD | C1 | 27 | 0 | 18 | 55 | 1 | 2B | 62 | 39 |
Octal | 375 | 301 | 47 | 0 | 30 | 125 | 1 | 53 | 142 | 71 |
Binary | 11111101 | 11000001 | 100111 | 0 | 11000 | 1010101 | 1 | 101011 | 1100010 | 111001 |
Color Harmonies of #FDC127
Complementary color
Monochromatic Colors of #FDC127
Black with #FDC127
Text Example
Text Example
White with #FDC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC127; }
p { color: rgb(253,193,39); }
H1.HeaderClassName
{
color: #FDC127;
}
.AnyTagClassName
{
color: #FDC127;
}
</style>
background-color css
<style>
a { background-color: #FDC127; }
a { background-color: rgb(253,193,39); }
div.DivClassName
{
background-color: #FDC127;
}
.BgClassName
{
background-color: #FDC127;
}
</style>
border-color css
<style>
span { border-color: #FDC127; }
span { border-color: rgb(253,193,39); }
td.TdClassName
{
border-color: #FDC127;
}
.TagClassName
{
border-color: #FDC127;
}
</style>