Shades of Cream Can #F6C155
Tints of Cream Can #F6C155
RGB
CMYK
RGB Variations
Color information
#F6C155 (or 0xF6C155) is known color: Cream Can. HEX triplet: F6, C1 and 55. RGB value is (246,193,85). Sum of RGB (Red+Green+Blue) = 246+193+85=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C155 is #093EAA. Grayscale: #C5C5C5. Windows color (decimal): -605867 or 5620214. OLE color: 5620214.
HSL color Cylindrical-coordinate representation of color #F6C155: hue angle of 40.25º 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 #F6C155 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 85 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.04 |
| HSL | 40.25º | 0.9% | 0.65% | - |
| HSV(B) | 40.25º | 0.65% | 0.96% | - |
| XYZ | 58.72 | 58.39 | 16.77 | - |
| YUV | 196.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 85 | 0 | 0.22 | 0.65 | 0.04 | 40.25 | 0.9 | 0.65 |
| Hex | F6 | C1 | 55 | 0 | 16 | 41 | 4 | 28 | 5A | 41 |
| Octal | 366 | 301 | 125 | 0 | 26 | 101 | 4 | 50 | 132 | 101 |
| Binary | 11110110 | 11000001 | 1010101 | 0 | 10110 | 1000001 | 100 | 101000 | 1011010 | 1000001 |
Color Harmonies of #F6C155
Complementary color
Monochromatic Colors of #F6C155
Black with #F6C155
Text Example
Text Example
White with #F6C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C155; }
p { color: rgb(246,193,85); }
H1.HeaderClassName
{
color: #F6C155;
}
.AnyTagClassName
{
color: #F6C155;
}
</style>
background-color css
<style>
a { background-color: #F6C155; }
a { background-color: rgb(246,193,85); }
div.DivClassName
{
background-color: #F6C155;
}
.BgClassName
{
background-color: #F6C155;
}
</style>
border-color css
<style>
span { border-color: #F6C155; }
span { border-color: rgb(246,193,85); }
td.TdClassName
{
border-color: #F6C155;
}
.TagClassName
{
border-color: #F6C155;
}
</style>