Shades of Cream Can #F6C154
Tints of Cream Can #F6C154
RGB
CMYK
RGB Variations
Color information
#F6C154 (or 0xF6C154) is known color: Cream Can. HEX triplet: F6, C1 and 54. RGB value is (246,193,84). Sum of RGB (Red+Green+Blue) = 246+193+84=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C154 is #093EAB. Grayscale: #C4C4C4. Windows color (decimal): -605868 or 5554678. OLE color: 5554678.
HSL color Cylindrical-coordinate representation of color #F6C154: hue angle of 40.37º 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 #F6C154 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 84 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.04 |
| HSL | 40.37º | 0.9% | 0.65% | - |
| HSV(B) | 40.37º | 0.66% | 0.96% | - |
| XYZ | 58.68 | 58.37 | 16.56 | - |
| YUV | 196.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 84 | 0 | 0.22 | 0.66 | 0.04 | 40.37 | 0.9 | 0.65 |
| Hex | F6 | C1 | 54 | 0 | 16 | 42 | 4 | 28 | 5A | 41 |
| Octal | 366 | 301 | 124 | 0 | 26 | 102 | 4 | 50 | 132 | 101 |
| Binary | 11110110 | 11000001 | 1010100 | 0 | 10110 | 1000010 | 100 | 101000 | 1011010 | 1000001 |
Color Harmonies of #F6C154
Complementary color
Monochromatic Colors of #F6C154
Black with #F6C154
Text Example
Text Example
White with #F6C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C154; }
p { color: rgb(246,193,84); }
H1.HeaderClassName
{
color: #F6C154;
}
.AnyTagClassName
{
color: #F6C154;
}
</style>
background-color css
<style>
a { background-color: #F6C154; }
a { background-color: rgb(246,193,84); }
div.DivClassName
{
background-color: #F6C154;
}
.BgClassName
{
background-color: #F6C154;
}
</style>
border-color css
<style>
span { border-color: #F6C154; }
span { border-color: rgb(246,193,84); }
td.TdClassName
{
border-color: #F6C154;
}
.TagClassName
{
border-color: #F6C154;
}
</style>