Shades of Saffron #FCC237
Tints of Saffron #FCC237
RGB
CMYK
RGB Variations
Color information
#FCC237 (or 0xFCC237) is known color: Saffron. HEX triplet: FC, C2 and 37. RGB value is (252,194,55). Sum of RGB (Red+Green+Blue) = 252+194+55=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC237 is #033DC8. Grayscale: #C4C4C4. Windows color (decimal): -212425 or 3654396. OLE color: 3654396.
HSL color Cylindrical-coordinate representation of color #FCC237: hue angle of 42.34º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCC237 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 55 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.01 |
| HSL | 42.34º | 0.97% | 0.6% | - |
| HSV(B) | 42.34º | 0.78% | 0.99% | - |
| XYZ | 60.13 | 59.55 | 11.94 | - |
| YUV | 195.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 55 | 0 | 0.23 | 0.78 | 0.01 | 42.34 | 0.97 | 0.6 |
| Hex | FC | C2 | 37 | 0 | 17 | 4E | 1 | 2A | 61 | 3C |
| Octal | 374 | 302 | 67 | 0 | 27 | 116 | 1 | 52 | 141 | 74 |
| Binary | 11111100 | 11000010 | 110111 | 0 | 10111 | 1001110 | 1 | 101010 | 1100001 | 111100 |
Color Harmonies of #FCC237
Complementary color
Monochromatic Colors of #FCC237
Black with #FCC237
Text Example
Text Example
White with #FCC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC237; }
p { color: rgb(252,194,55); }
H1.HeaderClassName
{
color: #FCC237;
}
.AnyTagClassName
{
color: #FCC237;
}
</style>
background-color css
<style>
a { background-color: #FCC237; }
a { background-color: rgb(252,194,55); }
div.DivClassName
{
background-color: #FCC237;
}
.BgClassName
{
background-color: #FCC237;
}
</style>
border-color css
<style>
span { border-color: #FCC237; }
span { border-color: rgb(252,194,55); }
td.TdClassName
{
border-color: #FCC237;
}
.TagClassName
{
border-color: #FCC237;
}
</style>