Shades of Cream Can #F5C458
Tints of Cream Can #F5C458
RGB
CMYK
RGB Variations
Color information
#F5C458 (or 0xF5C458) is known color: Cream Can. HEX triplet: F5, C4 and 58. RGB value is (245,196,88). Sum of RGB (Red+Green+Blue) = 245+196+88=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C458 is #0A3BA7. Grayscale: #C6C6C6. Windows color (decimal): -670632 or 5817589. OLE color: 5817589.
HSL color Cylindrical-coordinate representation of color #F5C458: hue angle of 41.27º 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 #F5C458 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 88 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.04 |
| HSL | 41.27º | 0.89% | 0.65% | - |
| HSV(B) | 41.27º | 0.64% | 0.96% | - |
| XYZ | 59.16 | 59.6 | 17.62 | - |
| YUV | 198.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 88 | 0 | 0.2 | 0.64 | 0.04 | 41.27 | 0.89 | 0.65 |
| Hex | F5 | C4 | 58 | 0 | 14 | 40 | 4 | 29 | 59 | 41 |
| Octal | 365 | 304 | 130 | 0 | 24 | 100 | 4 | 51 | 131 | 101 |
| Binary | 11110101 | 11000100 | 1011000 | 0 | 10100 | 1000000 | 100 | 101001 | 1011001 | 1000001 |
Color Harmonies of #F5C458
Complementary color
Monochromatic Colors of #F5C458
Black with #F5C458
Text Example
Text Example
White with #F5C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C458; }
p { color: rgb(245,196,88); }
H1.HeaderClassName
{
color: #F5C458;
}
.AnyTagClassName
{
color: #F5C458;
}
</style>
background-color css
<style>
a { background-color: #F5C458; }
a { background-color: rgb(245,196,88); }
div.DivClassName
{
background-color: #F5C458;
}
.BgClassName
{
background-color: #F5C458;
}
</style>
border-color css
<style>
span { border-color: #F5C458; }
span { border-color: rgb(245,196,88); }
td.TdClassName
{
border-color: #F5C458;
}
.TagClassName
{
border-color: #F5C458;
}
</style>