Shades of Cream Can #F4C352
Tints of Cream Can #F4C352
RGB
CMYK
RGB Variations
Color information
#F4C352 (or 0xF4C352) is known color: Cream Can. HEX triplet: F4, C3 and 52. RGB value is (244,195,82). Sum of RGB (Red+Green+Blue) = 244+195+82=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C352 is #0B3CAD. Grayscale: #C5C5C5. Windows color (decimal): -736430 or 5424116. OLE color: 5424116.
HSL color Cylindrical-coordinate representation of color #F4C352: hue angle of 41.85º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4C352 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 82 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.04 |
| HSL | 41.85º | 0.88% | 0.64% | - |
| HSV(B) | 41.85º | 0.66% | 0.96% | - |
| XYZ | 58.35 | 58.87 | 16.27 | - |
| YUV | 196.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 82 | 0 | 0.20 | 0.66 | 0.04 | 41.85 | 0.88 | 0.64 |
| Hex | F4 | C3 | 52 | 0 | 14 | 42 | 4 | 2A | 58 | 40 |
| Octal | 364 | 303 | 122 | 0 | 24 | 102 | 4 | 52 | 130 | 100 |
| Binary | 11110100 | 11000011 | 1010010 | 0 | 10100 | 1000010 | 100 | 101010 | 1011000 | 1000000 |
Color Harmonies of #F4C352
Complementary color
Monochromatic Colors of #F4C352
Black with #F4C352
Text Example
Text Example
White with #F4C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C352; }
p { color: rgb(244,195,82); }
H1.HeaderClassName
{
color: #F4C352;
}
.AnyTagClassName
{
color: #F4C352;
}
</style>
background-color css
<style>
a { background-color: #F4C352; }
a { background-color: rgb(244,195,82); }
div.DivClassName
{
background-color: #F4C352;
}
.BgClassName
{
background-color: #F4C352;
}
</style>
border-color css
<style>
span { border-color: #F4C352; }
span { border-color: rgb(244,195,82); }
td.TdClassName
{
border-color: #F4C352;
}
.TagClassName
{
border-color: #F4C352;
}
</style>