Shades of Cream Can #F6C353
Tints of Cream Can #F6C353
RGB
CMYK
RGB Variations
Color information
#F6C353 (or 0xF6C353) is known color: Cream Can. HEX triplet: F6, C3 and 53. RGB value is (246,195,83). Sum of RGB (Red+Green+Blue) = 246+195+83=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C353 is #093CAC. Grayscale: #C5C5C5. Windows color (decimal): -605357 or 5489654. OLE color: 5489654.
HSL color Cylindrical-coordinate representation of color #F6C353: hue angle of 41.23º 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 #F6C353 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 83 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.04 |
| HSL | 41.23º | 0.9% | 0.65% | - |
| HSV(B) | 41.23º | 0.66% | 0.96% | - |
| XYZ | 59.08 | 59.25 | 16.51 | - |
| YUV | 197.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 83 | 0 | 0.21 | 0.66 | 0.04 | 41.23 | 0.9 | 0.65 |
| Hex | F6 | C3 | 53 | 0 | 15 | 42 | 4 | 29 | 5A | 41 |
| Octal | 366 | 303 | 123 | 0 | 25 | 102 | 4 | 51 | 132 | 101 |
| Binary | 11110110 | 11000011 | 1010011 | 0 | 10101 | 1000010 | 100 | 101001 | 1011010 | 1000001 |
Color Harmonies of #F6C353
Complementary color
Monochromatic Colors of #F6C353
Black with #F6C353
Text Example
Text Example
White with #F6C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C353; }
p { color: rgb(246,195,83); }
H1.HeaderClassName
{
color: #F6C353;
}
.AnyTagClassName
{
color: #F6C353;
}
</style>
background-color css
<style>
a { background-color: #F6C353; }
a { background-color: rgb(246,195,83); }
div.DivClassName
{
background-color: #F6C353;
}
.BgClassName
{
background-color: #F6C353;
}
</style>
border-color css
<style>
span { border-color: #F6C353; }
span { border-color: rgb(246,195,83); }
td.TdClassName
{
border-color: #F6C353;
}
.TagClassName
{
border-color: #F6C353;
}
</style>