Shades of Cream Can #F3C360
Tints of Cream Can #F3C360
RGB
CMYK
RGB Variations
Color information
#F3C360 (or 0xF3C360) is known color: Cream Can. HEX triplet: F3, C3 and 60. RGB value is (243,195,96). Sum of RGB (Red+Green+Blue) = 243+195+96=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C360 is #0C3C9F. Grayscale: #C6C6C6. Windows color (decimal): -801952 or 6341619. OLE color: 6341619.
HSL color Cylindrical-coordinate representation of color #F3C360: hue angle of 40.41º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3C360 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 96 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.05 |
| HSL | 40.41º | 0.86% | 0.66% | - |
| HSV(B) | 40.41º | 0.6% | 0.95% | - |
| XYZ | 58.59 | 58.93 | 19.35 | - |
| YUV | 198.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 96 | 0 | 0.20 | 0.60 | 0.05 | 40.41 | 0.86 | 0.66 |
| Hex | F3 | C3 | 60 | 0 | 14 | 3C | 5 | 28 | 56 | 42 |
| Octal | 363 | 303 | 140 | 0 | 24 | 74 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000011 | 1100000 | 0 | 10100 | 111100 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C360
Complementary color
Monochromatic Colors of #F3C360
Black with #F3C360
Text Example
Text Example
White with #F3C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C360; }
p { color: rgb(243,195,96); }
H1.HeaderClassName
{
color: #F3C360;
}
.AnyTagClassName
{
color: #F3C360;
}
</style>
background-color css
<style>
a { background-color: #F3C360; }
a { background-color: rgb(243,195,96); }
div.DivClassName
{
background-color: #F3C360;
}
.BgClassName
{
background-color: #F3C360;
}
</style>
border-color css
<style>
span { border-color: #F3C360; }
span { border-color: rgb(243,195,96); }
td.TdClassName
{
border-color: #F3C360;
}
.TagClassName
{
border-color: #F3C360;
}
</style>