Shades of Cream Can #F1C245
Tints of Cream Can #F1C245
RGB
CMYK
RGB Variations
Color information
#F1C245 (or 0xF1C245) is known color: Cream Can. HEX triplet: F1, C2 and 45. RGB value is (241,194,69). Sum of RGB (Red+Green+Blue) = 241+194+69=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C245 is #0E3DBA. Grayscale: #C2C2C2. Windows color (decimal): -933307 or 4571889. OLE color: 4571889.
HSL color Cylindrical-coordinate representation of color #F1C245: hue angle of 43.6º 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 #F1C245 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 69 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.05 |
| HSL | 43.6º | 0.86% | 0.61% | - |
| HSV(B) | 43.6º | 0.71% | 0.95% | - |
| XYZ | 56.64 | 57.71 | 13.78 | - |
| YUV | 193.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 69 | 0 | 0.20 | 0.71 | 0.05 | 43.6 | 0.86 | 0.61 |
| Hex | F1 | C2 | 45 | 0 | 14 | 47 | 5 | 2C | 56 | 3D |
| Octal | 361 | 302 | 105 | 0 | 24 | 107 | 5 | 54 | 126 | 75 |
| Binary | 11110001 | 11000010 | 1000101 | 0 | 10100 | 1000111 | 101 | 101100 | 1010110 | 111101 |
Color Harmonies of #F1C245
Complementary color
Monochromatic Colors of #F1C245
Black with #F1C245
Text Example
Text Example
White with #F1C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C245; }
p { color: rgb(241,194,69); }
H1.HeaderClassName
{
color: #F1C245;
}
.AnyTagClassName
{
color: #F1C245;
}
</style>
background-color css
<style>
a { background-color: #F1C245; }
a { background-color: rgb(241,194,69); }
div.DivClassName
{
background-color: #F1C245;
}
.BgClassName
{
background-color: #F1C245;
}
</style>
border-color css
<style>
span { border-color: #F1C245; }
span { border-color: rgb(241,194,69); }
td.TdClassName
{
border-color: #F1C245;
}
.TagClassName
{
border-color: #F1C245;
}
</style>