Shades of Cream Can #F1C350
Tints of Cream Can #F1C350
RGB
CMYK
RGB Variations
Color information
#F1C350 (or 0xF1C350) is known color: Cream Can. HEX triplet: F1, C3 and 50. RGB value is (241,195,80). Sum of RGB (Red+Green+Blue) = 241+195+80=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C350 is #0E3CAF. Grayscale: #C4C4C4. Windows color (decimal): -933040 or 5293041. OLE color: 5293041.
HSL color Cylindrical-coordinate representation of color #F1C350: hue angle of 42.86º 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 #F1C350 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 80 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.05 |
| HSL | 42.86º | 0.85% | 0.63% | - |
| HSV(B) | 42.86º | 0.67% | 0.95% | - |
| XYZ | 57.24 | 58.31 | 15.83 | - |
| YUV | 195.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 80 | 0 | 0.19 | 0.67 | 0.05 | 42.86 | 0.85 | 0.63 |
| Hex | F1 | C3 | 50 | 0 | 13 | 43 | 5 | 2B | 55 | 3F |
| Octal | 361 | 303 | 120 | 0 | 23 | 103 | 5 | 53 | 125 | 77 |
| Binary | 11110001 | 11000011 | 1010000 | 0 | 10011 | 1000011 | 101 | 101011 | 1010101 | 111111 |
Color Harmonies of #F1C350
Complementary color
Monochromatic Colors of #F1C350
Black with #F1C350
Text Example
Text Example
White with #F1C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C350; }
p { color: rgb(241,195,80); }
H1.HeaderClassName
{
color: #F1C350;
}
.AnyTagClassName
{
color: #F1C350;
}
</style>
background-color css
<style>
a { background-color: #F1C350; }
a { background-color: rgb(241,195,80); }
div.DivClassName
{
background-color: #F1C350;
}
.BgClassName
{
background-color: #F1C350;
}
</style>
border-color css
<style>
span { border-color: #F1C350; }
span { border-color: rgb(241,195,80); }
td.TdClassName
{
border-color: #F1C350;
}
.TagClassName
{
border-color: #F1C350;
}
</style>