Shades of Saffron #FDC133
Tints of Saffron #FDC133
RGB
CMYK
RGB Variations
Color information
#FDC133 (or 0xFDC133) is known color: Saffron. HEX triplet: FD, C1 and 33. RGB value is (253,193,51). Sum of RGB (Red+Green+Blue) = 253+193+51=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC133 is #023ECC. Grayscale: #C3C3C3. Windows color (decimal): -147149 or 3391997. OLE color: 3391997.
HSL color Cylindrical-coordinate representation of color #FDC133: hue angle of 42.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDC133 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 51 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.01 |
| HSL | 42.18º | 0.98% | 0.6% | - |
| HSV(B) | 42.18º | 0.8% | 0.99% | - |
| XYZ | 60.18 | 59.26 | 11.4 | - |
| YUV | 194.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 51 | 0 | 0.24 | 0.80 | 0.01 | 42.18 | 0.98 | 0.6 |
| Hex | FD | C1 | 33 | 0 | 18 | 50 | 1 | 2A | 62 | 3C |
| Octal | 375 | 301 | 63 | 0 | 30 | 120 | 1 | 52 | 142 | 74 |
| Binary | 11111101 | 11000001 | 110011 | 0 | 11000 | 1010000 | 1 | 101010 | 1100010 | 111100 |
Color Harmonies of #FDC133
Complementary color
Monochromatic Colors of #FDC133
Black with #FDC133
Text Example
Text Example
White with #FDC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC133; }
p { color: rgb(253,193,51); }
H1.HeaderClassName
{
color: #FDC133;
}
.AnyTagClassName
{
color: #FDC133;
}
</style>
background-color css
<style>
a { background-color: #FDC133; }
a { background-color: rgb(253,193,51); }
div.DivClassName
{
background-color: #FDC133;
}
.BgClassName
{
background-color: #FDC133;
}
</style>
border-color css
<style>
span { border-color: #FDC133; }
span { border-color: rgb(253,193,51); }
td.TdClassName
{
border-color: #FDC133;
}
.TagClassName
{
border-color: #FDC133;
}
</style>