Shades of Cream Can #F1C550
Tints of Cream Can #F1C550
RGB
CMYK
RGB Variations
Color information
#F1C550 (or 0xF1C550) is known color: Cream Can. HEX triplet: F1, C5 and 50. RGB value is (241,197,80). Sum of RGB (Red+Green+Blue) = 241+197+80=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C550 is #0E3AAF. Grayscale: #C5C5C5. Windows color (decimal): -932528 or 5293553. OLE color: 5293553.
HSL color Cylindrical-coordinate representation of color #F1C550: hue angle of 43.6º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1C550 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 80 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.05 |
| HSL | 43.6º | 0.85% | 0.63% | - |
| HSV(B) | 43.6º | 0.67% | 0.95% | - |
| XYZ | 57.69 | 59.21 | 15.98 | - |
| YUV | 196.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 80 | 0 | 0.18 | 0.67 | 0.05 | 43.6 | 0.85 | 0.63 |
| Hex | F1 | C5 | 50 | 0 | 12 | 43 | 5 | 2C | 55 | 3F |
| Octal | 361 | 305 | 120 | 0 | 22 | 103 | 5 | 54 | 125 | 77 |
| Binary | 11110001 | 11000101 | 1010000 | 0 | 10010 | 1000011 | 101 | 101100 | 1010101 | 111111 |
Color Harmonies of #F1C550
Complementary color
Monochromatic Colors of #F1C550
Black with #F1C550
Text Example
Text Example
White with #F1C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C550; }
p { color: rgb(241,197,80); }
H1.HeaderClassName
{
color: #F1C550;
}
.AnyTagClassName
{
color: #F1C550;
}
</style>
background-color css
<style>
a { background-color: #F1C550; }
a { background-color: rgb(241,197,80); }
div.DivClassName
{
background-color: #F1C550;
}
.BgClassName
{
background-color: #F1C550;
}
</style>
border-color css
<style>
span { border-color: #F1C550; }
span { border-color: rgb(241,197,80); }
td.TdClassName
{
border-color: #F1C550;
}
.TagClassName
{
border-color: #F1C550;
}
</style>