Shades of Saffron #FDC02E
Tints of Saffron #FDC02E
RGB
CMYK
RGB Variations
Color information
#FDC02E (or 0xFDC02E) is known color: Saffron. HEX triplet: FD, C0 and 2E. RGB value is (253,192,46). Sum of RGB (Red+Green+Blue) = 253+192+46=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC02E is #023FD1. Grayscale: #C2C2C2. Windows color (decimal): -147410 or 3064061. OLE color: 3064061.
HSL color Cylindrical-coordinate representation of color #FDC02E: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC02E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 46 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.01 |
| HSL | 42.32º | 0.98% | 0.59% | - |
| HSV(B) | 42.32º | 0.82% | 0.99% | - |
| XYZ | 59.85 | 58.78 | 10.78 | - |
| YUV | 193.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 46 | 0 | 0.24 | 0.82 | 0.01 | 42.32 | 0.98 | 0.59 |
| Hex | FD | C0 | 2E | 0 | 18 | 52 | 1 | 2A | 62 | 3B |
| Octal | 375 | 300 | 56 | 0 | 30 | 122 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 11000000 | 101110 | 0 | 11000 | 1010010 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDC02E
Complementary color
Monochromatic Colors of #FDC02E
Black with #FDC02E
Text Example
Text Example
White with #FDC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC02E; }
p { color: rgb(253,192,46); }
H1.HeaderClassName
{
color: #FDC02E;
}
.AnyTagClassName
{
color: #FDC02E;
}
</style>
background-color css
<style>
a { background-color: #FDC02E; }
a { background-color: rgb(253,192,46); }
div.DivClassName
{
background-color: #FDC02E;
}
.BgClassName
{
background-color: #FDC02E;
}
</style>
border-color css
<style>
span { border-color: #FDC02E; }
span { border-color: rgb(253,192,46); }
td.TdClassName
{
border-color: #FDC02E;
}
.TagClassName
{
border-color: #FDC02E;
}
</style>