Shades of Cream Can #F4C255
Tints of Cream Can #F4C255
RGB
CMYK
RGB Variations
Color information
#F4C255 (or 0xF4C255) is known color: Cream Can. HEX triplet: F4, C2 and 55. RGB value is (244,194,85). Sum of RGB (Red+Green+Blue) = 244+194+85=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C255 is #0B3DAA. Grayscale: #C5C5C5. Windows color (decimal): -736683 or 5620468. OLE color: 5620468.
HSL color Cylindrical-coordinate representation of color #F4C255: hue angle of 41.13º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4C255 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 85 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.04 |
| HSL | 41.13º | 0.88% | 0.65% | - |
| HSV(B) | 41.13º | 0.65% | 0.96% | - |
| XYZ | 58.24 | 58.47 | 16.81 | - |
| YUV | 196.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 85 | 0 | 0.20 | 0.65 | 0.04 | 41.13 | 0.88 | 0.65 |
| Hex | F4 | C2 | 55 | 0 | 14 | 41 | 4 | 29 | 58 | 41 |
| Octal | 364 | 302 | 125 | 0 | 24 | 101 | 4 | 51 | 130 | 101 |
| Binary | 11110100 | 11000010 | 1010101 | 0 | 10100 | 1000001 | 100 | 101001 | 1011000 | 1000001 |
Color Harmonies of #F4C255
Complementary color
Monochromatic Colors of #F4C255
Black with #F4C255
Text Example
Text Example
White with #F4C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C255; }
p { color: rgb(244,194,85); }
H1.HeaderClassName
{
color: #F4C255;
}
.AnyTagClassName
{
color: #F4C255;
}
</style>
background-color css
<style>
a { background-color: #F4C255; }
a { background-color: rgb(244,194,85); }
div.DivClassName
{
background-color: #F4C255;
}
.BgClassName
{
background-color: #F4C255;
}
</style>
border-color css
<style>
span { border-color: #F4C255; }
span { border-color: rgb(244,194,85); }
td.TdClassName
{
border-color: #F4C255;
}
.TagClassName
{
border-color: #F4C255;
}
</style>