Shades of Saffron #FDC12F
Tints of Saffron #FDC12F
RGB
CMYK
RGB Variations
Color information
#FDC12F (or 0xFDC12F) is known color: Saffron. HEX triplet: FD, C1 and 2F. RGB value is (253,193,47). Sum of RGB (Red+Green+Blue) = 253+193+47=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC12F is #023ED0. Grayscale: #C2C2C2. Windows color (decimal): -147153 or 3129853. OLE color: 3129853.
HSL color Cylindrical-coordinate representation of color #FDC12F: hue angle of 42.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC12F is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 47 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.01 |
| HSL | 42.52º | 0.98% | 0.59% | - |
| HSV(B) | 42.52º | 0.81% | 0.99% | - |
| XYZ | 60.09 | 59.23 | 10.95 | - |
| YUV | 194.3 | 44.88 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 47 | 0 | 0.24 | 0.81 | 0.01 | 42.52 | 0.98 | 0.59 |
| Hex | FD | C1 | 2F | 0 | 18 | 51 | 1 | 2B | 62 | 3B |
| Octal | 375 | 301 | 57 | 0 | 30 | 121 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000001 | 101111 | 0 | 11000 | 1010001 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC12F
Complementary color
Monochromatic Colors of #FDC12F
Black with #FDC12F
Text Example
Text Example
White with #FDC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC12F; }
p { color: rgb(253,193,47); }
H1.HeaderClassName
{
color: #FDC12F;
}
.AnyTagClassName
{
color: #FDC12F;
}
</style>
background-color css
<style>
a { background-color: #FDC12F; }
a { background-color: rgb(253,193,47); }
div.DivClassName
{
background-color: #FDC12F;
}
.BgClassName
{
background-color: #FDC12F;
}
</style>
border-color css
<style>
span { border-color: #FDC12F; }
span { border-color: rgb(253,193,47); }
td.TdClassName
{
border-color: #FDC12F;
}
.TagClassName
{
border-color: #FDC12F;
}
</style>