Shades of Cream Can #F5C360
Tints of Cream Can #F5C360
RGB
CMYK
RGB Variations
Color information
#F5C360 (or 0xF5C360) is known color: Cream Can. HEX triplet: F5, C3 and 60. RGB value is (245,195,96). Sum of RGB (Red+Green+Blue) = 245+195+96=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C360 is #0A3C9F. Grayscale: #C7C7C7. Windows color (decimal): -670880 or 6341621. OLE color: 6341621.
HSL color Cylindrical-coordinate representation of color #F5C360: hue angle of 39.87º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5C360 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 96 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.04 |
| HSL | 39.87º | 0.88% | 0.67% | - |
| HSV(B) | 39.87º | 0.61% | 0.96% | - |
| XYZ | 59.28 | 59.29 | 19.39 | - |
| YUV | 198.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 96 | 0 | 0.20 | 0.61 | 0.04 | 39.87 | 0.88 | 0.67 |
| Hex | F5 | C3 | 60 | 0 | 14 | 3D | 4 | 28 | 58 | 43 |
| Octal | 365 | 303 | 140 | 0 | 24 | 75 | 4 | 50 | 130 | 103 |
| Binary | 11110101 | 11000011 | 1100000 | 0 | 10100 | 111101 | 100 | 101000 | 1011000 | 1000011 |
Color Harmonies of #F5C360
Complementary color
Monochromatic Colors of #F5C360
Black with #F5C360
Text Example
Text Example
White with #F5C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C360; }
p { color: rgb(245,195,96); }
H1.HeaderClassName
{
color: #F5C360;
}
.AnyTagClassName
{
color: #F5C360;
}
</style>
background-color css
<style>
a { background-color: #F5C360; }
a { background-color: rgb(245,195,96); }
div.DivClassName
{
background-color: #F5C360;
}
.BgClassName
{
background-color: #F5C360;
}
</style>
border-color css
<style>
span { border-color: #F5C360; }
span { border-color: rgb(245,195,96); }
td.TdClassName
{
border-color: #F5C360;
}
.TagClassName
{
border-color: #F5C360;
}
</style>