Shades of Saffron #FCC132
Tints of Saffron #FCC132
RGB
CMYK
RGB Variations
Color information
#FCC132 (or 0xFCC132) is known color: Saffron. HEX triplet: FC, C1 and 32. RGB value is (252,193,50). Sum of RGB (Red+Green+Blue) = 252+193+50=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC132 is #033ECD. Grayscale: #C2C2C2. Windows color (decimal): -212686 or 3326460. OLE color: 3326460.
HSL color Cylindrical-coordinate representation of color #FCC132: hue angle of 42.48º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCC132 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.01 |
| HSL | 42.48º | 0.97% | 0.59% | - |
| HSV(B) | 42.48º | 0.8% | 0.99% | - |
| XYZ | 59.79 | 59.07 | 11.27 | - |
| YUV | 194.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 50 | 0 | 0.23 | 0.80 | 0.01 | 42.48 | 0.97 | 0.59 |
| Hex | FC | C1 | 32 | 0 | 17 | 50 | 1 | 2A | 61 | 3B |
| Octal | 374 | 301 | 62 | 0 | 27 | 120 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 11000001 | 110010 | 0 | 10111 | 1010000 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCC132
Complementary color
Monochromatic Colors of #FCC132
Black with #FCC132
Text Example
Text Example
White with #FCC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC132; }
p { color: rgb(252,193,50); }
H1.HeaderClassName
{
color: #FCC132;
}
.AnyTagClassName
{
color: #FCC132;
}
</style>
background-color css
<style>
a { background-color: #FCC132; }
a { background-color: rgb(252,193,50); }
div.DivClassName
{
background-color: #FCC132;
}
.BgClassName
{
background-color: #FCC132;
}
</style>
border-color css
<style>
span { border-color: #FCC132; }
span { border-color: rgb(252,193,50); }
td.TdClassName
{
border-color: #FCC132;
}
.TagClassName
{
border-color: #FCC132;
}
</style>