Shades of Saffron #FCC037
Tints of Saffron #FCC037
RGB
CMYK
RGB Variations
Color information
#FCC037 (or 0xFCC037) is known color: Saffron. HEX triplet: FC, C0 and 37. RGB value is (252,192,55). Sum of RGB (Red+Green+Blue) = 252+192+55=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC037 is #033FC8. Grayscale: #C2C2C2. Windows color (decimal): -212937 or 3653884. OLE color: 3653884.
HSL color Cylindrical-coordinate representation of color #FCC037: hue angle of 41.73º 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 #FCC037 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 55 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.01 |
| HSL | 41.73º | 0.97% | 0.6% | - |
| HSV(B) | 41.73º | 0.78% | 0.99% | - |
| XYZ | 59.68 | 58.67 | 11.79 | - |
| YUV | 194.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 55 | 0 | 0.24 | 0.78 | 0.01 | 41.73 | 0.97 | 0.6 |
| Hex | FC | C0 | 37 | 0 | 18 | 4E | 1 | 2A | 61 | 3C |
| Octal | 374 | 300 | 67 | 0 | 30 | 116 | 1 | 52 | 141 | 74 |
| Binary | 11111100 | 11000000 | 110111 | 0 | 11000 | 1001110 | 1 | 101010 | 1100001 | 111100 |
Color Harmonies of #FCC037
Complementary color
Monochromatic Colors of #FCC037
Black with #FCC037
Text Example
Text Example
White with #FCC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC037; }
p { color: rgb(252,192,55); }
H1.HeaderClassName
{
color: #FCC037;
}
.AnyTagClassName
{
color: #FCC037;
}
</style>
background-color css
<style>
a { background-color: #FCC037; }
a { background-color: rgb(252,192,55); }
div.DivClassName
{
background-color: #FCC037;
}
.BgClassName
{
background-color: #FCC037;
}
</style>
border-color css
<style>
span { border-color: #FCC037; }
span { border-color: rgb(252,192,55); }
td.TdClassName
{
border-color: #FCC037;
}
.TagClassName
{
border-color: #FCC037;
}
</style>