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