Shades of Cream Can #F5C045
Tints of Cream Can #F5C045
RGB
CMYK
RGB Variations
Color information
#F5C045 (or 0xF5C045) is known color: Cream Can. HEX triplet: F5, C0 and 45. RGB value is (245,192,69). Sum of RGB (Red+Green+Blue) = 245+192+69=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C045 is #0A3FBA. Grayscale: #C2C2C2. Windows color (decimal): -671675 or 4571381. OLE color: 4571381.
HSL color Cylindrical-coordinate representation of color #F5C045: hue angle of 41.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5C045 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 69 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.04 |
| HSL | 41.93º | 0.9% | 0.62% | - |
| HSV(B) | 41.93º | 0.72% | 0.96% | - |
| XYZ | 57.58 | 57.54 | 13.7 | - |
| YUV | 193.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 69 | 0 | 0.22 | 0.72 | 0.04 | 41.93 | 0.9 | 0.62 |
| Hex | F5 | C0 | 45 | 0 | 16 | 48 | 4 | 2A | 5A | 3E |
| Octal | 365 | 300 | 105 | 0 | 26 | 110 | 4 | 52 | 132 | 76 |
| Binary | 11110101 | 11000000 | 1000101 | 0 | 10110 | 1001000 | 100 | 101010 | 1011010 | 111110 |
Color Harmonies of #F5C045
Complementary color
Monochromatic Colors of #F5C045
Black with #F5C045
Text Example
Text Example
White with #F5C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C045; }
p { color: rgb(245,192,69); }
H1.HeaderClassName
{
color: #F5C045;
}
.AnyTagClassName
{
color: #F5C045;
}
</style>
background-color css
<style>
a { background-color: #F5C045; }
a { background-color: rgb(245,192,69); }
div.DivClassName
{
background-color: #F5C045;
}
.BgClassName
{
background-color: #F5C045;
}
</style>
border-color css
<style>
span { border-color: #F5C045; }
span { border-color: rgb(245,192,69); }
td.TdClassName
{
border-color: #F5C045;
}
.TagClassName
{
border-color: #F5C045;
}
</style>