Shades of Cream Can #F6C052
Tints of Cream Can #F6C052
RGB
CMYK
RGB Variations
Color information
#F6C052 (or 0xF6C052) is known color: Cream Can. HEX triplet: F6, C0 and 52. RGB value is (246,192,82). Sum of RGB (Red+Green+Blue) = 246+192+82=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C052 is #093FAD. Grayscale: #C4C4C4. Windows color (decimal): -606126 or 5423350. OLE color: 5423350.
HSL color Cylindrical-coordinate representation of color #F6C052: hue angle of 40.24º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6C052 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 82 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.04 |
| HSL | 40.24º | 0.9% | 0.64% | - |
| HSV(B) | 40.24º | 0.67% | 0.96% | - |
| XYZ | 58.38 | 57.9 | 16.08 | - |
| YUV | 195.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 82 | 0 | 0.22 | 0.67 | 0.04 | 40.24 | 0.9 | 0.64 |
| Hex | F6 | C0 | 52 | 0 | 16 | 43 | 4 | 28 | 5A | 40 |
| Octal | 366 | 300 | 122 | 0 | 26 | 103 | 4 | 50 | 132 | 100 |
| Binary | 11110110 | 11000000 | 1010010 | 0 | 10110 | 1000011 | 100 | 101000 | 1011010 | 1000000 |
Color Harmonies of #F6C052
Complementary color
Monochromatic Colors of #F6C052
Black with #F6C052
Text Example
Text Example
White with #F6C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C052; }
p { color: rgb(246,192,82); }
H1.HeaderClassName
{
color: #F6C052;
}
.AnyTagClassName
{
color: #F6C052;
}
</style>
background-color css
<style>
a { background-color: #F6C052; }
a { background-color: rgb(246,192,82); }
div.DivClassName
{
background-color: #F6C052;
}
.BgClassName
{
background-color: #F6C052;
}
</style>
border-color css
<style>
span { border-color: #F6C052; }
span { border-color: rgb(246,192,82); }
td.TdClassName
{
border-color: #F6C052;
}
.TagClassName
{
border-color: #F6C052;
}
</style>