Shades of Cream Can #F6C255
Tints of Cream Can #F6C255
RGB
CMYK
RGB Variations
Color information
#F6C255 (or 0xF6C255) is known color: Cream Can. HEX triplet: F6, C2 and 55. RGB value is (246,194,85). Sum of RGB (Red+Green+Blue) = 246+194+85=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C255 is #093DAA. Grayscale: #C5C5C5. Windows color (decimal): -605611 or 5620470. OLE color: 5620470.
HSL color Cylindrical-coordinate representation of color #F6C255: hue angle of 40.62º 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 #F6C255 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 85 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.04 |
| HSL | 40.62º | 0.9% | 0.65% | - |
| HSV(B) | 40.62º | 0.65% | 0.96% | - |
| XYZ | 58.94 | 58.83 | 16.84 | - |
| YUV | 197.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 85 | 0 | 0.21 | 0.65 | 0.04 | 40.62 | 0.9 | 0.65 |
| Hex | F6 | C2 | 55 | 0 | 15 | 41 | 4 | 29 | 5A | 41 |
| Octal | 366 | 302 | 125 | 0 | 25 | 101 | 4 | 51 | 132 | 101 |
| Binary | 11110110 | 11000010 | 1010101 | 0 | 10101 | 1000001 | 100 | 101001 | 1011010 | 1000001 |
Color Harmonies of #F6C255
Complementary color
Monochromatic Colors of #F6C255
Black with #F6C255
Text Example
Text Example
White with #F6C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C255; }
p { color: rgb(246,194,85); }
H1.HeaderClassName
{
color: #F6C255;
}
.AnyTagClassName
{
color: #F6C255;
}
</style>
background-color css
<style>
a { background-color: #F6C255; }
a { background-color: rgb(246,194,85); }
div.DivClassName
{
background-color: #F6C255;
}
.BgClassName
{
background-color: #F6C255;
}
</style>
border-color css
<style>
span { border-color: #F6C255; }
span { border-color: rgb(246,194,85); }
td.TdClassName
{
border-color: #F6C255;
}
.TagClassName
{
border-color: #F6C255;
}
</style>