Shades of Cream Can #F1C146
Tints of Cream Can #F1C146
RGB
CMYK
RGB Variations
Color information
#F1C146 (or 0xF1C146) is known color: Cream Can. HEX triplet: F1, C1 and 46. RGB value is (241,193,70). Sum of RGB (Red+Green+Blue) = 241+193+70=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C146 is #0E3EB9. Grayscale: #C1C1C1. Windows color (decimal): -933562 or 4637169. OLE color: 4637169.
HSL color Cylindrical-coordinate representation of color #F1C146: hue angle of 43.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1C146 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 70 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.05 |
| HSL | 43.16º | 0.86% | 0.61% | - |
| HSV(B) | 43.16º | 0.71% | 0.95% | - |
| XYZ | 56.45 | 57.28 | 13.88 | - |
| YUV | 193.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 70 | 0 | 0.20 | 0.71 | 0.05 | 43.16 | 0.86 | 0.61 |
| Hex | F1 | C1 | 46 | 0 | 14 | 47 | 5 | 2B | 56 | 3D |
| Octal | 361 | 301 | 106 | 0 | 24 | 107 | 5 | 53 | 126 | 75 |
| Binary | 11110001 | 11000001 | 1000110 | 0 | 10100 | 1000111 | 101 | 101011 | 1010110 | 111101 |
Color Harmonies of #F1C146
Complementary color
Monochromatic Colors of #F1C146
Black with #F1C146
Text Example
Text Example
White with #F1C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C146; }
p { color: rgb(241,193,70); }
H1.HeaderClassName
{
color: #F1C146;
}
.AnyTagClassName
{
color: #F1C146;
}
</style>
background-color css
<style>
a { background-color: #F1C146; }
a { background-color: rgb(241,193,70); }
div.DivClassName
{
background-color: #F1C146;
}
.BgClassName
{
background-color: #F1C146;
}
</style>
border-color css
<style>
span { border-color: #F1C146; }
span { border-color: rgb(241,193,70); }
td.TdClassName
{
border-color: #F1C146;
}
.TagClassName
{
border-color: #F1C146;
}
</style>