Shades of Saffron #FDC02A
Tints of Saffron #FDC02A
RGB
CMYK
RGB Variations
Color information
#FDC02A (or 0xFDC02A) is known color: Saffron. HEX triplet: FD, C0 and 2A. RGB value is (253,192,42). Sum of RGB (Red+Green+Blue) = 253+192+42=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC02A is #023FD5. Grayscale: #C1C1C1. Windows color (decimal): -147414 or 2801917. OLE color: 2801917.
HSL color Cylindrical-coordinate representation of color #FDC02A: hue angle of 42.65º 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 #FDC02A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 42 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.01 |
| HSL | 42.65º | 0.98% | 0.58% | - |
| HSV(B) | 42.65º | 0.83% | 0.99% | - |
| XYZ | 59.78 | 58.75 | 10.38 | - |
| YUV | 193.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 42 | 0 | 0.24 | 0.83 | 0.01 | 42.65 | 0.98 | 0.58 |
| Hex | FD | C0 | 2A | 0 | 18 | 53 | 1 | 2B | 62 | 3A |
| Octal | 375 | 300 | 52 | 0 | 30 | 123 | 1 | 53 | 142 | 72 |
| Binary | 11111101 | 11000000 | 101010 | 0 | 11000 | 1010011 | 1 | 101011 | 1100010 | 111010 |
Color Harmonies of #FDC02A
Complementary color
Monochromatic Colors of #FDC02A
Black with #FDC02A
Text Example
Text Example
White with #FDC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC02A; }
p { color: rgb(253,192,42); }
H1.HeaderClassName
{
color: #FDC02A;
}
.AnyTagClassName
{
color: #FDC02A;
}
</style>
background-color css
<style>
a { background-color: #FDC02A; }
a { background-color: rgb(253,192,42); }
div.DivClassName
{
background-color: #FDC02A;
}
.BgClassName
{
background-color: #FDC02A;
}
</style>
border-color css
<style>
span { border-color: #FDC02A; }
span { border-color: rgb(253,192,42); }
td.TdClassName
{
border-color: #FDC02A;
}
.TagClassName
{
border-color: #FDC02A;
}
</style>