Shades of Cream Can #F5C459
Tints of Cream Can #F5C459
RGB
CMYK
RGB Variations
Color information
#F5C459 (or 0xF5C459) is known color: Cream Can. HEX triplet: F5, C4 and 59. RGB value is (245,196,89). Sum of RGB (Red+Green+Blue) = 245+196+89=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C459 is #0A3BA6. Grayscale: #C6C6C6. Windows color (decimal): -670631 or 5883125. OLE color: 5883125.
HSL color Cylindrical-coordinate representation of color #F5C459: hue angle of 41.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5C459 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 89 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.04 |
| HSL | 41.15º | 0.89% | 0.65% | - |
| HSV(B) | 41.15º | 0.64% | 0.96% | - |
| XYZ | 59.2 | 59.61 | 17.84 | - |
| YUV | 198.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 89 | 0 | 0.2 | 0.64 | 0.04 | 41.15 | 0.89 | 0.65 |
| Hex | F5 | C4 | 59 | 0 | 14 | 40 | 4 | 29 | 59 | 41 |
| Octal | 365 | 304 | 131 | 0 | 24 | 100 | 4 | 51 | 131 | 101 |
| Binary | 11110101 | 11000100 | 1011001 | 0 | 10100 | 1000000 | 100 | 101001 | 1011001 | 1000001 |
Color Harmonies of #F5C459
Complementary color
Monochromatic Colors of #F5C459
Black with #F5C459
Text Example
Text Example
White with #F5C459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C459; }
p { color: rgb(245,196,89); }
H1.HeaderClassName
{
color: #F5C459;
}
.AnyTagClassName
{
color: #F5C459;
}
</style>
background-color css
<style>
a { background-color: #F5C459; }
a { background-color: rgb(245,196,89); }
div.DivClassName
{
background-color: #F5C459;
}
.BgClassName
{
background-color: #F5C459;
}
</style>
border-color css
<style>
span { border-color: #F5C459; }
span { border-color: rgb(245,196,89); }
td.TdClassName
{
border-color: #F5C459;
}
.TagClassName
{
border-color: #F5C459;
}
</style>