Shades of Cream Can #F7C146
Tints of Cream Can #F7C146
RGB
CMYK
RGB Variations
Color information
#F7C146 (or 0xF7C146) is known color: Cream Can. HEX triplet: F7, C1 and 46. RGB value is (247,193,70). Sum of RGB (Red+Green+Blue) = 247+193+70=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C146 is #083EB9. Grayscale: #C3C3C3. Windows color (decimal): -540346 or 4637175. OLE color: 4637175.
HSL color Cylindrical-coordinate representation of color #F7C146: hue angle of 41.69º 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 #F7C146 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 70 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.03 |
| HSL | 41.69º | 0.92% | 0.62% | - |
| HSV(B) | 41.69º | 0.72% | 0.97% | - |
| XYZ | 58.53 | 58.36 | 13.97 | - |
| YUV | 195.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 70 | 0 | 0.22 | 0.72 | 0.03 | 41.69 | 0.92 | 0.62 |
| Hex | F7 | C1 | 46 | 0 | 16 | 48 | 3 | 2A | 5C | 3E |
| Octal | 367 | 301 | 106 | 0 | 26 | 110 | 3 | 52 | 134 | 76 |
| Binary | 11110111 | 11000001 | 1000110 | 0 | 10110 | 1001000 | 11 | 101010 | 1011100 | 111110 |
Color Harmonies of #F7C146
Complementary color
Monochromatic Colors of #F7C146
Black with #F7C146
Text Example
Text Example
White with #F7C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C146; }
p { color: rgb(247,193,70); }
H1.HeaderClassName
{
color: #F7C146;
}
.AnyTagClassName
{
color: #F7C146;
}
</style>
background-color css
<style>
a { background-color: #F7C146; }
a { background-color: rgb(247,193,70); }
div.DivClassName
{
background-color: #F7C146;
}
.BgClassName
{
background-color: #F7C146;
}
</style>
border-color css
<style>
span { border-color: #F7C146; }
span { border-color: rgb(247,193,70); }
td.TdClassName
{
border-color: #F7C146;
}
.TagClassName
{
border-color: #F7C146;
}
</style>