Shades of Cream Can #F1C047
Tints of Cream Can #F1C047
RGB
CMYK
RGB Variations
Color information
#F1C047 (or 0xF1C047) is known color: Cream Can. HEX triplet: F1, C0 and 47. RGB value is (241,192,71). Sum of RGB (Red+Green+Blue) = 241+192+71=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C047 is #0E3FB8. Grayscale: #C1C1C1. Windows color (decimal): -933817 or 4702449. OLE color: 4702449.
HSL color Cylindrical-coordinate representation of color #F1C047: hue angle of 42.71º 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 #F1C047 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 71 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.05 |
| HSL | 42.71º | 0.86% | 0.61% | - |
| HSV(B) | 42.71º | 0.71% | 0.95% | - |
| XYZ | 56.26 | 56.85 | 13.97 | - |
| YUV | 192.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 71 | 0 | 0.20 | 0.71 | 0.05 | 42.71 | 0.86 | 0.61 |
| Hex | F1 | C0 | 47 | 0 | 14 | 47 | 5 | 2B | 56 | 3D |
| Octal | 361 | 300 | 107 | 0 | 24 | 107 | 5 | 53 | 126 | 75 |
| Binary | 11110001 | 11000000 | 1000111 | 0 | 10100 | 1000111 | 101 | 101011 | 1010110 | 111101 |
Color Harmonies of #F1C047
Complementary color
Monochromatic Colors of #F1C047
Black with #F1C047
Text Example
Text Example
White with #F1C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C047; }
p { color: rgb(241,192,71); }
H1.HeaderClassName
{
color: #F1C047;
}
.AnyTagClassName
{
color: #F1C047;
}
</style>
background-color css
<style>
a { background-color: #F1C047; }
a { background-color: rgb(241,192,71); }
div.DivClassName
{
background-color: #F1C047;
}
.BgClassName
{
background-color: #F1C047;
}
</style>
border-color css
<style>
span { border-color: #F1C047; }
span { border-color: rgb(241,192,71); }
td.TdClassName
{
border-color: #F1C047;
}
.TagClassName
{
border-color: #F1C047;
}
</style>