Shades of Saffron #FCC329
Tints of Saffron #FCC329
RGB
CMYK
RGB Variations
Color information
#FCC329 (or 0xFCC329) is known color: Saffron. HEX triplet: FC, C3 and 29. RGB value is (252,195,41). Sum of RGB (Red+Green+Blue) = 252+195+41=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC329 is #033CD6. Grayscale: #C3C3C3. Windows color (decimal): -212183 or 2737148. OLE color: 2737148.
HSL color Cylindrical-coordinate representation of color #FCC329: hue angle of 43.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCC329 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 41 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.01 |
| HSL | 43.79º | 0.97% | 0.57% | - |
| HSV(B) | 43.79º | 0.84% | 0.99% | - |
| XYZ | 60.06 | 59.89 | 10.49 | - |
| YUV | 194.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 41 | 0 | 0.23 | 0.84 | 0.01 | 43.79 | 0.97 | 0.57 |
| Hex | FC | C3 | 29 | 0 | 17 | 54 | 1 | 2C | 61 | 39 |
| Octal | 374 | 303 | 51 | 0 | 27 | 124 | 1 | 54 | 141 | 71 |
| Binary | 11111100 | 11000011 | 101001 | 0 | 10111 | 1010100 | 1 | 101100 | 1100001 | 111001 |
Color Harmonies of #FCC329
Complementary color
Monochromatic Colors of #FCC329
Black with #FCC329
Text Example
Text Example
White with #FCC329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC329; }
p { color: rgb(252,195,41); }
H1.HeaderClassName
{
color: #FCC329;
}
.AnyTagClassName
{
color: #FCC329;
}
</style>
background-color css
<style>
a { background-color: #FCC329; }
a { background-color: rgb(252,195,41); }
div.DivClassName
{
background-color: #FCC329;
}
.BgClassName
{
background-color: #FCC329;
}
</style>
border-color css
<style>
span { border-color: #FCC329; }
span { border-color: rgb(252,195,41); }
td.TdClassName
{
border-color: #FCC329;
}
.TagClassName
{
border-color: #FCC329;
}
</style>