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