Shades of Cream Can #F4C55E
Tints of Cream Can #F4C55E
RGB
CMYK
RGB Variations
Color information
#F4C55E (or 0xF4C55E) is known color: Cream Can. HEX triplet: F4, C5 and 5E. RGB value is (244,197,94). Sum of RGB (Red+Green+Blue) = 244+197+94=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C55E is #0B3AA1. Grayscale: #C7C7C7. Windows color (decimal): -735906 or 6211060. OLE color: 6211060.
HSL color Cylindrical-coordinate representation of color #F4C55E: hue angle of 41.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4C55E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 94 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.04 |
| HSL | 41.2º | 0.87% | 0.66% | - |
| HSV(B) | 41.2º | 0.61% | 0.96% | - |
| XYZ | 59.29 | 59.97 | 19.04 | - |
| YUV | 199.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 94 | 0 | 0.19 | 0.61 | 0.04 | 41.2 | 0.87 | 0.66 |
| Hex | F4 | C5 | 5E | 0 | 13 | 3D | 4 | 29 | 57 | 42 |
| Octal | 364 | 305 | 136 | 0 | 23 | 75 | 4 | 51 | 127 | 102 |
| Binary | 11110100 | 11000101 | 1011110 | 0 | 10011 | 111101 | 100 | 101001 | 1010111 | 1000010 |
Color Harmonies of #F4C55E
Complementary color
Monochromatic Colors of #F4C55E
Black with #F4C55E
Text Example
Text Example
White with #F4C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C55E; }
p { color: rgb(244,197,94); }
H1.HeaderClassName
{
color: #F4C55E;
}
.AnyTagClassName
{
color: #F4C55E;
}
</style>
background-color css
<style>
a { background-color: #F4C55E; }
a { background-color: rgb(244,197,94); }
div.DivClassName
{
background-color: #F4C55E;
}
.BgClassName
{
background-color: #F4C55E;
}
</style>
border-color css
<style>
span { border-color: #F4C55E; }
span { border-color: rgb(244,197,94); }
td.TdClassName
{
border-color: #F4C55E;
}
.TagClassName
{
border-color: #F4C55E;
}
</style>