Shades of Cream Can #F6C355
Tints of Cream Can #F6C355
RGB
CMYK
RGB Variations
Color information
#F6C355 (or 0xF6C355) is known color: Cream Can. HEX triplet: F6, C3 and 55. RGB value is (246,195,85). Sum of RGB (Red+Green+Blue) = 246+195+85=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C355 is #093CAA. Grayscale: #C6C6C6. Windows color (decimal): -605355 or 5620726. OLE color: 5620726.
HSL color Cylindrical-coordinate representation of color #F6C355: hue angle of 40.99º degrees, saturation: 0.9, 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 #F6C355 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 85 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.04 |
| HSL | 40.99º | 0.9% | 0.65% | - |
| HSV(B) | 40.99º | 0.65% | 0.96% | - |
| XYZ | 59.16 | 59.28 | 16.92 | - |
| YUV | 197.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 85 | 0 | 0.21 | 0.65 | 0.04 | 40.99 | 0.9 | 0.65 |
| Hex | F6 | C3 | 55 | 0 | 15 | 41 | 4 | 29 | 5A | 41 |
| Octal | 366 | 303 | 125 | 0 | 25 | 101 | 4 | 51 | 132 | 101 |
| Binary | 11110110 | 11000011 | 1010101 | 0 | 10101 | 1000001 | 100 | 101001 | 1011010 | 1000001 |
Color Harmonies of #F6C355
Complementary color
Monochromatic Colors of #F6C355
Black with #F6C355
Text Example
Text Example
White with #F6C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C355; }
p { color: rgb(246,195,85); }
H1.HeaderClassName
{
color: #F6C355;
}
.AnyTagClassName
{
color: #F6C355;
}
</style>
background-color css
<style>
a { background-color: #F6C355; }
a { background-color: rgb(246,195,85); }
div.DivClassName
{
background-color: #F6C355;
}
.BgClassName
{
background-color: #F6C355;
}
</style>
border-color css
<style>
span { border-color: #F6C355; }
span { border-color: rgb(246,195,85); }
td.TdClassName
{
border-color: #F6C355;
}
.TagClassName
{
border-color: #F6C355;
}
</style>