Shades of Saffron #FCC32D
Tints of Saffron #FCC32D
RGB
CMYK
RGB Variations
Color information
#FCC32D (or 0xFCC32D) is known color: Saffron. HEX triplet: FC, C3 and 2D. RGB value is (252,195,45). Sum of RGB (Red+Green+Blue) = 252+195+45=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC32D is #033CD2. Grayscale: #C3C3C3. Windows color (decimal): -212179 or 2999292. OLE color: 2999292.
HSL color Cylindrical-coordinate representation of color #FCC32D: hue angle of 43.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCC32D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.01 |
| HSL | 43.48º | 0.97% | 0.58% | - |
| HSV(B) | 43.48º | 0.82% | 0.99% | - |
| XYZ | 60.13 | 59.92 | 10.88 | - |
| YUV | 194.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 45 | 0 | 0.23 | 0.82 | 0.01 | 43.48 | 0.97 | 0.58 |
| Hex | FC | C3 | 2D | 0 | 17 | 52 | 1 | 2B | 61 | 3A |
| Octal | 374 | 303 | 55 | 0 | 27 | 122 | 1 | 53 | 141 | 72 |
| Binary | 11111100 | 11000011 | 101101 | 0 | 10111 | 1010010 | 1 | 101011 | 1100001 | 111010 |
Color Harmonies of #FCC32D
Complementary color
Monochromatic Colors of #FCC32D
Black with #FCC32D
Text Example
Text Example
White with #FCC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC32D; }
p { color: rgb(252,195,45); }
H1.HeaderClassName
{
color: #FCC32D;
}
.AnyTagClassName
{
color: #FCC32D;
}
</style>
background-color css
<style>
a { background-color: #FCC32D; }
a { background-color: rgb(252,195,45); }
div.DivClassName
{
background-color: #FCC32D;
}
.BgClassName
{
background-color: #FCC32D;
}
</style>
border-color css
<style>
span { border-color: #FCC32D; }
span { border-color: rgb(252,195,45); }
td.TdClassName
{
border-color: #FCC32D;
}
.TagClassName
{
border-color: #FCC32D;
}
</style>