Shades of Saffron #FDC030
Tints of Saffron #FDC030
RGB
CMYK
RGB Variations
Color information
#FDC030 (or 0xFDC030) is known color: Saffron. HEX triplet: FD, C0 and 30. RGB value is (253,192,48). Sum of RGB (Red+Green+Blue) = 253+192+48=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC030 is #023FCF. Grayscale: #C2C2C2. Windows color (decimal): -147408 or 3195133. OLE color: 3195133.
HSL color Cylindrical-coordinate representation of color #FDC030: hue angle of 42.15º 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 #FDC030 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 48 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.01 |
| HSL | 42.15º | 0.98% | 0.59% | - |
| HSV(B) | 42.15º | 0.81% | 0.99% | - |
| XYZ | 59.89 | 58.8 | 10.99 | - |
| YUV | 193.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 48 | 0 | 0.24 | 0.81 | 0.01 | 42.15 | 0.98 | 0.59 |
| Hex | FD | C0 | 30 | 0 | 18 | 51 | 1 | 2A | 62 | 3B |
| Octal | 375 | 300 | 60 | 0 | 30 | 121 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 11000000 | 110000 | 0 | 11000 | 1010001 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDC030
Complementary color
Monochromatic Colors of #FDC030
Black with #FDC030
Text Example
Text Example
White with #FDC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC030; }
p { color: rgb(253,192,48); }
H1.HeaderClassName
{
color: #FDC030;
}
.AnyTagClassName
{
color: #FDC030;
}
</style>
background-color css
<style>
a { background-color: #FDC030; }
a { background-color: rgb(253,192,48); }
div.DivClassName
{
background-color: #FDC030;
}
.BgClassName
{
background-color: #FDC030;
}
</style>
border-color css
<style>
span { border-color: #FDC030; }
span { border-color: rgb(253,192,48); }
td.TdClassName
{
border-color: #FDC030;
}
.TagClassName
{
border-color: #FDC030;
}
</style>