Shades of Cream Can #F5C445
Tints of Cream Can #F5C445
RGB
CMYK
RGB Variations
Color information
#F5C445 (or 0xF5C445) is known color: Cream Can. HEX triplet: F5, C4 and 45. RGB value is (245,196,69). Sum of RGB (Red+Green+Blue) = 245+196+69=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C445 is #0A3BBA. Grayscale: #C4C4C4. Windows color (decimal): -670651 or 4572405. OLE color: 4572405.
HSL color Cylindrical-coordinate representation of color #F5C445: hue angle of 43.3º 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 #F5C445 is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 69 | - |
| CMYK | 0 | 0.2 | 0.72 | 0.04 |
| HSL | 43.3º | 0.9% | 0.62% | - |
| HSV(B) | 43.3º | 0.72% | 0.96% | - |
| XYZ | 58.47 | 59.32 | 14 | - |
| YUV | 196.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 69 | 0 | 0.2 | 0.72 | 0.04 | 43.3 | 0.9 | 0.62 |
| Hex | F5 | C4 | 45 | 0 | 14 | 48 | 4 | 2B | 5A | 3E |
| Octal | 365 | 304 | 105 | 0 | 24 | 110 | 4 | 53 | 132 | 76 |
| Binary | 11110101 | 11000100 | 1000101 | 0 | 10100 | 1001000 | 100 | 101011 | 1011010 | 111110 |
Color Harmonies of #F5C445
Complementary color
Monochromatic Colors of #F5C445
Black with #F5C445
Text Example
Text Example
White with #F5C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C445; }
p { color: rgb(245,196,69); }
H1.HeaderClassName
{
color: #F5C445;
}
.AnyTagClassName
{
color: #F5C445;
}
</style>
background-color css
<style>
a { background-color: #F5C445; }
a { background-color: rgb(245,196,69); }
div.DivClassName
{
background-color: #F5C445;
}
.BgClassName
{
background-color: #F5C445;
}
</style>
border-color css
<style>
span { border-color: #F5C445; }
span { border-color: rgb(245,196,69); }
td.TdClassName
{
border-color: #F5C445;
}
.TagClassName
{
border-color: #F5C445;
}
</style>