Shades of Saffron #FDC32B
Tints of Saffron #FDC32B
RGB
CMYK
RGB Variations
Color information
#FDC32B (or 0xFDC32B) is known color: Saffron. HEX triplet: FD, C3 and 2B. RGB value is (253,195,43). Sum of RGB (Red+Green+Blue) = 253+195+43=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC32B is #023CD4. Grayscale: #C3C3C3. Windows color (decimal): -146645 or 2868221. OLE color: 2868221.
HSL color Cylindrical-coordinate representation of color #FDC32B: hue angle of 43.43º 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 #FDC32B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.01 |
| HSL | 43.43º | 0.98% | 0.58% | - |
| HSV(B) | 43.43º | 0.83% | 0.99% | - |
| XYZ | 60.46 | 60.09 | 10.7 | - |
| YUV | 195.01 | 42.22 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 43 | 0 | 0.23 | 0.83 | 0.01 | 43.43 | 0.98 | 0.58 |
| Hex | FD | C3 | 2B | 0 | 17 | 53 | 1 | 2B | 62 | 3A |
| Octal | 375 | 303 | 53 | 0 | 27 | 123 | 1 | 53 | 142 | 72 |
| Binary | 11111101 | 11000011 | 101011 | 0 | 10111 | 1010011 | 1 | 101011 | 1100010 | 111010 |
Color Harmonies of #FDC32B
Complementary color
Monochromatic Colors of #FDC32B
Black with #FDC32B
Text Example
Text Example
White with #FDC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC32B; }
p { color: rgb(253,195,43); }
H1.HeaderClassName
{
color: #FDC32B;
}
.AnyTagClassName
{
color: #FDC32B;
}
</style>
background-color css
<style>
a { background-color: #FDC32B; }
a { background-color: rgb(253,195,43); }
div.DivClassName
{
background-color: #FDC32B;
}
.BgClassName
{
background-color: #FDC32B;
}
</style>
border-color css
<style>
span { border-color: #FDC32B; }
span { border-color: rgb(253,195,43); }
td.TdClassName
{
border-color: #FDC32B;
}
.TagClassName
{
border-color: #FDC32B;
}
</style>