Shades of Cream Can #F5C55E
Tints of Cream Can #F5C55E
RGB
CMYK
RGB Variations
Color information
#F5C55E (or 0xF5C55E) is known color: Cream Can. HEX triplet: F5, C5 and 5E. RGB value is (245,197,94). Sum of RGB (Red+Green+Blue) = 245+197+94=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C55E is #0A3AA1. Grayscale: #C8C8C8. Windows color (decimal): -670370 or 6211061. OLE color: 6211061.
HSL color Cylindrical-coordinate representation of color #F5C55E: hue angle of 40.93º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5C55E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 94 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.04 |
| HSL | 40.93º | 0.88% | 0.66% | - |
| HSV(B) | 40.93º | 0.62% | 0.96% | - |
| XYZ | 59.64 | 60.15 | 19.06 | - |
| YUV | 199.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 94 | 0 | 0.20 | 0.62 | 0.04 | 40.93 | 0.88 | 0.66 |
| Hex | F5 | C5 | 5E | 0 | 14 | 3E | 4 | 29 | 58 | 42 |
| Octal | 365 | 305 | 136 | 0 | 24 | 76 | 4 | 51 | 130 | 102 |
| Binary | 11110101 | 11000101 | 1011110 | 0 | 10100 | 111110 | 100 | 101001 | 1011000 | 1000010 |
Color Harmonies of #F5C55E
Complementary color
Monochromatic Colors of #F5C55E
Black with #F5C55E
Text Example
Text Example
White with #F5C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C55E; }
p { color: rgb(245,197,94); }
H1.HeaderClassName
{
color: #F5C55E;
}
.AnyTagClassName
{
color: #F5C55E;
}
</style>
background-color css
<style>
a { background-color: #F5C55E; }
a { background-color: rgb(245,197,94); }
div.DivClassName
{
background-color: #F5C55E;
}
.BgClassName
{
background-color: #F5C55E;
}
</style>
border-color css
<style>
span { border-color: #F5C55E; }
span { border-color: rgb(245,197,94); }
td.TdClassName
{
border-color: #F5C55E;
}
.TagClassName
{
border-color: #F5C55E;
}
</style>