Shades of Cream Can #F5C347
Tints of Cream Can #F5C347
RGB
CMYK
RGB Variations
Color information
#F5C347 (or 0xF5C347) is known color: Cream Can. HEX triplet: F5, C3 and 47. RGB value is (245,195,71). Sum of RGB (Red+Green+Blue) = 245+195+71=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C347 is #0A3CB8. Grayscale: #C4C4C4. Windows color (decimal): -670905 or 4703221. OLE color: 4703221.
HSL color Cylindrical-coordinate representation of color #F5C347: hue angle of 42.76º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5C347 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 71 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.04 |
| HSL | 42.76º | 0.9% | 0.62% | - |
| HSV(B) | 42.76º | 0.71% | 0.96% | - |
| XYZ | 58.31 | 58.9 | 14.26 | - |
| YUV | 195.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 71 | 0 | 0.20 | 0.71 | 0.04 | 42.76 | 0.9 | 0.62 |
| Hex | F5 | C3 | 47 | 0 | 14 | 47 | 4 | 2B | 5A | 3E |
| Octal | 365 | 303 | 107 | 0 | 24 | 107 | 4 | 53 | 132 | 76 |
| Binary | 11110101 | 11000011 | 1000111 | 0 | 10100 | 1000111 | 100 | 101011 | 1011010 | 111110 |
Color Harmonies of #F5C347
Complementary color
Monochromatic Colors of #F5C347
Black with #F5C347
Text Example
Text Example
White with #F5C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C347; }
p { color: rgb(245,195,71); }
H1.HeaderClassName
{
color: #F5C347;
}
.AnyTagClassName
{
color: #F5C347;
}
</style>
background-color css
<style>
a { background-color: #F5C347; }
a { background-color: rgb(245,195,71); }
div.DivClassName
{
background-color: #F5C347;
}
.BgClassName
{
background-color: #F5C347;
}
</style>
border-color css
<style>
span { border-color: #F5C347; }
span { border-color: rgb(245,195,71); }
td.TdClassName
{
border-color: #F5C347;
}
.TagClassName
{
border-color: #F5C347;
}
</style>