Shades of Cream Can #F7C345
Tints of Cream Can #F7C345
RGB
CMYK
RGB Variations
Color information
#F7C345 (or 0xF7C345) is known color: Cream Can. HEX triplet: F7, C3 and 45. RGB value is (247,195,69). Sum of RGB (Red+Green+Blue) = 247+195+69=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C345 is #083CBA. Grayscale: #C4C4C4. Windows color (decimal): -539835 or 4572151. OLE color: 4572151.
HSL color Cylindrical-coordinate representation of color #F7C345: hue angle of 42.47º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7C345 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 69 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.03 |
| HSL | 42.47º | 0.92% | 0.62% | - |
| HSV(B) | 42.47º | 0.72% | 0.97% | - |
| XYZ | 58.95 | 59.23 | 13.96 | - |
| YUV | 196.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 69 | 0 | 0.21 | 0.72 | 0.03 | 42.47 | 0.92 | 0.62 |
| Hex | F7 | C3 | 45 | 0 | 15 | 48 | 3 | 2A | 5C | 3E |
| Octal | 367 | 303 | 105 | 0 | 25 | 110 | 3 | 52 | 134 | 76 |
| Binary | 11110111 | 11000011 | 1000101 | 0 | 10101 | 1001000 | 11 | 101010 | 1011100 | 111110 |
Color Harmonies of #F7C345
Complementary color
Monochromatic Colors of #F7C345
Black with #F7C345
Text Example
Text Example
White with #F7C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C345; }
p { color: rgb(247,195,69); }
H1.HeaderClassName
{
color: #F7C345;
}
.AnyTagClassName
{
color: #F7C345;
}
</style>
background-color css
<style>
a { background-color: #F7C345; }
a { background-color: rgb(247,195,69); }
div.DivClassName
{
background-color: #F7C345;
}
.BgClassName
{
background-color: #F7C345;
}
</style>
border-color css
<style>
span { border-color: #F7C345; }
span { border-color: rgb(247,195,69); }
td.TdClassName
{
border-color: #F7C345;
}
.TagClassName
{
border-color: #F7C345;
}
</style>