Shades of Cream Can #F5C45E
Tints of Cream Can #F5C45E
RGB
CMYK
RGB Variations
Color information
#F5C45E (or 0xF5C45E) is known color: Cream Can. HEX triplet: F5, C4 and 5E. RGB value is (245,196,94). Sum of RGB (Red+Green+Blue) = 245+196+94=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45E is #0A3BA1. Grayscale: #C7C7C7. Windows color (decimal): -670626 or 6210805. OLE color: 6210805.
HSL color Cylindrical-coordinate representation of color #F5C45E: hue angle of 40.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5C45E is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 94 | - |
| CMYK | 0 | 0.2 | 0.62 | 0.04 |
| HSL | 40.53º | 0.88% | 0.66% | - |
| HSV(B) | 40.53º | 0.62% | 0.96% | - |
| XYZ | 59.42 | 59.7 | 18.98 | - |
| YUV | 199.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 94 | 0 | 0.2 | 0.62 | 0.04 | 40.53 | 0.88 | 0.66 |
| Hex | F5 | C4 | 5E | 0 | 14 | 3E | 4 | 29 | 58 | 42 |
| Octal | 365 | 304 | 136 | 0 | 24 | 76 | 4 | 51 | 130 | 102 |
| Binary | 11110101 | 11000100 | 1011110 | 0 | 10100 | 111110 | 100 | 101001 | 1011000 | 1000010 |
Color Harmonies of #F5C45E
Complementary color
Monochromatic Colors of #F5C45E
Black with #F5C45E
Text Example
Text Example
White with #F5C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C45E; }
p { color: rgb(245,196,94); }
H1.HeaderClassName
{
color: #F5C45E;
}
.AnyTagClassName
{
color: #F5C45E;
}
</style>
background-color css
<style>
a { background-color: #F5C45E; }
a { background-color: rgb(245,196,94); }
div.DivClassName
{
background-color: #F5C45E;
}
.BgClassName
{
background-color: #F5C45E;
}
</style>
border-color css
<style>
span { border-color: #F5C45E; }
span { border-color: rgb(245,196,94); }
td.TdClassName
{
border-color: #F5C45E;
}
.TagClassName
{
border-color: #F5C45E;
}
</style>