Shades of Cream Can #F6C354
Tints of Cream Can #F6C354
RGB
CMYK
RGB Variations
Color information
#F6C354 (or 0xF6C354) is known color: Cream Can. HEX triplet: F6, C3 and 54. RGB value is (246,195,84). Sum of RGB (Red+Green+Blue) = 246+195+84=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C354 is #093CAB. Grayscale: #C6C6C6. Windows color (decimal): -605356 or 5555190. OLE color: 5555190.
HSL color Cylindrical-coordinate representation of color #F6C354: hue angle of 41.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6C354 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 84 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.04 |
| HSL | 41.11º | 0.9% | 0.65% | - |
| HSV(B) | 41.11º | 0.66% | 0.96% | - |
| XYZ | 59.12 | 59.26 | 16.71 | - |
| YUV | 197.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 84 | 0 | 0.21 | 0.66 | 0.04 | 41.11 | 0.9 | 0.65 |
| Hex | F6 | C3 | 54 | 0 | 15 | 42 | 4 | 29 | 5A | 41 |
| Octal | 366 | 303 | 124 | 0 | 25 | 102 | 4 | 51 | 132 | 101 |
| Binary | 11110110 | 11000011 | 1010100 | 0 | 10101 | 1000010 | 100 | 101001 | 1011010 | 1000001 |
Color Harmonies of #F6C354
Complementary color
Monochromatic Colors of #F6C354
Black with #F6C354
Text Example
Text Example
White with #F6C354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C354; }
p { color: rgb(246,195,84); }
H1.HeaderClassName
{
color: #F6C354;
}
.AnyTagClassName
{
color: #F6C354;
}
</style>
background-color css
<style>
a { background-color: #F6C354; }
a { background-color: rgb(246,195,84); }
div.DivClassName
{
background-color: #F6C354;
}
.BgClassName
{
background-color: #F6C354;
}
</style>
border-color css
<style>
span { border-color: #F6C354; }
span { border-color: rgb(246,195,84); }
td.TdClassName
{
border-color: #F6C354;
}
.TagClassName
{
border-color: #F6C354;
}
</style>