Shades of Cream Can #F4C55F
Tints of Cream Can #F4C55F
RGB
CMYK
RGB Variations
Color information
#F4C55F (or 0xF4C55F) is known color: Cream Can. HEX triplet: F4, C5 and 5F. RGB value is (244,197,95). Sum of RGB (Red+Green+Blue) = 244+197+95=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C55F is #0B3AA0. Grayscale: #C7C7C7. Windows color (decimal): -735905 or 6276596. OLE color: 6276596.
HSL color Cylindrical-coordinate representation of color #F4C55F: hue angle of 41.07º 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 #F4C55F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 95 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.04 |
| HSL | 41.07º | 0.87% | 0.66% | - |
| HSV(B) | 41.07º | 0.61% | 0.96% | - |
| XYZ | 59.34 | 59.99 | 19.28 | - |
| YUV | 199.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 95 | 0 | 0.19 | 0.61 | 0.04 | 41.07 | 0.87 | 0.66 |
| Hex | F4 | C5 | 5F | 0 | 13 | 3D | 4 | 29 | 57 | 42 |
| Octal | 364 | 305 | 137 | 0 | 23 | 75 | 4 | 51 | 127 | 102 |
| Binary | 11110100 | 11000101 | 1011111 | 0 | 10011 | 111101 | 100 | 101001 | 1010111 | 1000010 |
Color Harmonies of #F4C55F
Complementary color
Monochromatic Colors of #F4C55F
Black with #F4C55F
Text Example
Text Example
White with #F4C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C55F; }
p { color: rgb(244,197,95); }
H1.HeaderClassName
{
color: #F4C55F;
}
.AnyTagClassName
{
color: #F4C55F;
}
</style>
background-color css
<style>
a { background-color: #F4C55F; }
a { background-color: rgb(244,197,95); }
div.DivClassName
{
background-color: #F4C55F;
}
.BgClassName
{
background-color: #F4C55F;
}
</style>
border-color css
<style>
span { border-color: #F4C55F; }
span { border-color: rgb(244,197,95); }
td.TdClassName
{
border-color: #F4C55F;
}
.TagClassName
{
border-color: #F4C55F;
}
</style>