Shades of Cream Can #F5C45C
Tints of Cream Can #F5C45C
RGB
CMYK
RGB Variations
Color information
#F5C45C (or 0xF5C45C) is known color: Cream Can. HEX triplet: F5, C4 and 5C. RGB value is (245,196,92). Sum of RGB (Red+Green+Blue) = 245+196+92=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45C is #0A3BA3. Grayscale: #C7C7C7. Windows color (decimal): -670628 or 6079733. OLE color: 6079733.
HSL color Cylindrical-coordinate representation of color #F5C45C: hue angle of 40.78º 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 #F5C45C is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 92 | - |
| CMYK | 0 | 0.2 | 0.62 | 0.04 |
| HSL | 40.78º | 0.88% | 0.66% | - |
| HSV(B) | 40.78º | 0.62% | 0.96% | - |
| XYZ | 59.33 | 59.67 | 18.51 | - |
| YUV | 198.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 92 | 0 | 0.2 | 0.62 | 0.04 | 40.78 | 0.88 | 0.66 |
| Hex | F5 | C4 | 5C | 0 | 14 | 3E | 4 | 29 | 58 | 42 |
| Octal | 365 | 304 | 134 | 0 | 24 | 76 | 4 | 51 | 130 | 102 |
| Binary | 11110101 | 11000100 | 1011100 | 0 | 10100 | 111110 | 100 | 101001 | 1011000 | 1000010 |
Color Harmonies of #F5C45C
Complementary color
Monochromatic Colors of #F5C45C
Black with #F5C45C
Text Example
Text Example
White with #F5C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C45C; }
p { color: rgb(245,196,92); }
H1.HeaderClassName
{
color: #F5C45C;
}
.AnyTagClassName
{
color: #F5C45C;
}
</style>
background-color css
<style>
a { background-color: #F5C45C; }
a { background-color: rgb(245,196,92); }
div.DivClassName
{
background-color: #F5C45C;
}
.BgClassName
{
background-color: #F5C45C;
}
</style>
border-color css
<style>
span { border-color: #F5C45C; }
span { border-color: rgb(245,196,92); }
td.TdClassName
{
border-color: #F5C45C;
}
.TagClassName
{
border-color: #F5C45C;
}
</style>