Shades of Saffron #FDC12B
Tints of Saffron #FDC12B
RGB
CMYK
RGB Variations
Color information
#FDC12B (or 0xFDC12B) is known color: Saffron. HEX triplet: FD, C1 and 2B. RGB value is (253,193,43). Sum of RGB (Red+Green+Blue) = 253+193+43=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC12B is #023ED4. Grayscale: #C2C2C2. Windows color (decimal): -147157 or 2867709. OLE color: 2867709.
HSL color Cylindrical-coordinate representation of color #FDC12B: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDC12B is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 43 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.01 |
| HSL | 42.86º | 0.98% | 0.58% | - |
| HSV(B) | 42.86º | 0.83% | 0.99% | - |
| XYZ | 60.01 | 59.2 | 10.55 | - |
| YUV | 193.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 43 | 0 | 0.24 | 0.83 | 0.01 | 42.86 | 0.98 | 0.58 |
| Hex | FD | C1 | 2B | 0 | 18 | 53 | 1 | 2B | 62 | 3A |
| Octal | 375 | 301 | 53 | 0 | 30 | 123 | 1 | 53 | 142 | 72 |
| Binary | 11111101 | 11000001 | 101011 | 0 | 11000 | 1010011 | 1 | 101011 | 1100010 | 111010 |
Color Harmonies of #FDC12B
Complementary color
Monochromatic Colors of #FDC12B
Black with #FDC12B
Text Example
Text Example
White with #FDC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC12B; }
p { color: rgb(253,193,43); }
H1.HeaderClassName
{
color: #FDC12B;
}
.AnyTagClassName
{
color: #FDC12B;
}
</style>
background-color css
<style>
a { background-color: #FDC12B; }
a { background-color: rgb(253,193,43); }
div.DivClassName
{
background-color: #FDC12B;
}
.BgClassName
{
background-color: #FDC12B;
}
</style>
border-color css
<style>
span { border-color: #FDC12B; }
span { border-color: rgb(253,193,43); }
td.TdClassName
{
border-color: #FDC12B;
}
.TagClassName
{
border-color: #FDC12B;
}
</style>