Shades of Cream Can #F6C254
Tints of Cream Can #F6C254
RGB
CMYK
RGB Variations
Color information
#F6C254 (or 0xF6C254) is known color: Cream Can. HEX triplet: F6, C2 and 54. RGB value is (246,194,84). Sum of RGB (Red+Green+Blue) = 246+194+84=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C254 is #093DAB. Grayscale: #C5C5C5. Windows color (decimal): -605612 or 5554934. OLE color: 5554934.
HSL color Cylindrical-coordinate representation of color #F6C254: hue angle of 40.74º 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 #F6C254 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 84 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.04 |
| HSL | 40.74º | 0.9% | 0.65% | - |
| HSV(B) | 40.74º | 0.66% | 0.96% | - |
| XYZ | 58.9 | 58.82 | 16.64 | - |
| YUV | 197.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 84 | 0 | 0.21 | 0.66 | 0.04 | 40.74 | 0.9 | 0.65 |
| Hex | F6 | C2 | 54 | 0 | 15 | 42 | 4 | 29 | 5A | 41 |
| Octal | 366 | 302 | 124 | 0 | 25 | 102 | 4 | 51 | 132 | 101 |
| Binary | 11110110 | 11000010 | 1010100 | 0 | 10101 | 1000010 | 100 | 101001 | 1011010 | 1000001 |
Color Harmonies of #F6C254
Complementary color
Monochromatic Colors of #F6C254
Black with #F6C254
Text Example
Text Example
White with #F6C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C254; }
p { color: rgb(246,194,84); }
H1.HeaderClassName
{
color: #F6C254;
}
.AnyTagClassName
{
color: #F6C254;
}
</style>
background-color css
<style>
a { background-color: #F6C254; }
a { background-color: rgb(246,194,84); }
div.DivClassName
{
background-color: #F6C254;
}
.BgClassName
{
background-color: #F6C254;
}
</style>
border-color css
<style>
span { border-color: #F6C254; }
span { border-color: rgb(246,194,84); }
td.TdClassName
{
border-color: #F6C254;
}
.TagClassName
{
border-color: #F6C254;
}
</style>