Shades of Cream Can #F6C345
Tints of Cream Can #F6C345
RGB
CMYK
RGB Variations
Color information
#F6C345 (or 0xF6C345) is known color: Cream Can. HEX triplet: F6, C3 and 45. RGB value is (246,195,69). Sum of RGB (Red+Green+Blue) = 246+195+69=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C345 is #093CBA. Grayscale: #C4C4C4. Windows color (decimal): -605371 or 4572150. OLE color: 4572150.
HSL color Cylindrical-coordinate representation of color #F6C345: hue angle of 42.71º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6C345 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 69 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.04 |
| HSL | 42.71º | 0.91% | 0.62% | - |
| HSV(B) | 42.71º | 0.72% | 0.96% | - |
| XYZ | 58.6 | 59.05 | 13.94 | - |
| YUV | 195.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 69 | 0 | 0.21 | 0.72 | 0.04 | 42.71 | 0.91 | 0.62 |
| Hex | F6 | C3 | 45 | 0 | 15 | 48 | 4 | 2B | 5B | 3E |
| Octal | 366 | 303 | 105 | 0 | 25 | 110 | 4 | 53 | 133 | 76 |
| Binary | 11110110 | 11000011 | 1000101 | 0 | 10101 | 1001000 | 100 | 101011 | 1011011 | 111110 |
Color Harmonies of #F6C345
Complementary color
Monochromatic Colors of #F6C345
Black with #F6C345
Text Example
Text Example
White with #F6C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C345; }
p { color: rgb(246,195,69); }
H1.HeaderClassName
{
color: #F6C345;
}
.AnyTagClassName
{
color: #F6C345;
}
</style>
background-color css
<style>
a { background-color: #F6C345; }
a { background-color: rgb(246,195,69); }
div.DivClassName
{
background-color: #F6C345;
}
.BgClassName
{
background-color: #F6C345;
}
</style>
border-color css
<style>
span { border-color: #F6C345; }
span { border-color: rgb(246,195,69); }
td.TdClassName
{
border-color: #F6C345;
}
.TagClassName
{
border-color: #F6C345;
}
</style>