Shades of Saffron #FDC42A
Tints of Saffron #FDC42A
RGB
CMYK
RGB Variations
Color information
#FDC42A (or 0xFDC42A) is known color: Saffron. HEX triplet: FD, C4 and 2A. RGB value is (253,196,42). Sum of RGB (Red+Green+Blue) = 253+196+42=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC42A is #023BD5. Grayscale: #C4C4C4. Windows color (decimal): -146390 or 2802941. OLE color: 2802941.
HSL color Cylindrical-coordinate representation of color #FDC42A: hue angle of 43.79º 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 #FDC42A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 42 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.01 |
| HSL | 43.79º | 0.98% | 0.58% | - |
| HSV(B) | 43.79º | 0.83% | 0.99% | - |
| XYZ | 60.67 | 60.53 | 10.68 | - |
| YUV | 195.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 42 | 0 | 0.23 | 0.83 | 0.01 | 43.79 | 0.98 | 0.58 |
| Hex | FD | C4 | 2A | 0 | 17 | 53 | 1 | 2C | 62 | 3A |
| Octal | 375 | 304 | 52 | 0 | 27 | 123 | 1 | 54 | 142 | 72 |
| Binary | 11111101 | 11000100 | 101010 | 0 | 10111 | 1010011 | 1 | 101100 | 1100010 | 111010 |
Color Harmonies of #FDC42A
Complementary color
Monochromatic Colors of #FDC42A
Black with #FDC42A
Text Example
Text Example
White with #FDC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC42A; }
p { color: rgb(253,196,42); }
H1.HeaderClassName
{
color: #FDC42A;
}
.AnyTagClassName
{
color: #FDC42A;
}
</style>
background-color css
<style>
a { background-color: #FDC42A; }
a { background-color: rgb(253,196,42); }
div.DivClassName
{
background-color: #FDC42A;
}
.BgClassName
{
background-color: #FDC42A;
}
</style>
border-color css
<style>
span { border-color: #FDC42A; }
span { border-color: rgb(253,196,42); }
td.TdClassName
{
border-color: #FDC42A;
}
.TagClassName
{
border-color: #FDC42A;
}
</style>