Shades of Cream Can #F2C141
Tints of Cream Can #F2C141
RGB
CMYK
RGB Variations
Color information
#F2C141 (or 0xF2C141) is known color: Cream Can. HEX triplet: F2, C1 and 41. RGB value is (242,193,65). Sum of RGB (Red+Green+Blue) = 242+193+65=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C141 is #0D3EBE. Grayscale: #C1C1C1. Windows color (decimal): -868031 or 4309490. OLE color: 4309490.
HSL color Cylindrical-coordinate representation of color #F2C141: hue angle of 43.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2C141 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 65 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.05 |
| HSL | 43.39º | 0.87% | 0.6% | - |
| HSV(B) | 43.39º | 0.73% | 0.95% | - |
| XYZ | 56.64 | 57.4 | 13.09 | - |
| YUV | 193.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 65 | 0 | 0.20 | 0.73 | 0.05 | 43.39 | 0.87 | 0.6 |
| Hex | F2 | C1 | 41 | 0 | 14 | 49 | 5 | 2B | 57 | 3C |
| Octal | 362 | 301 | 101 | 0 | 24 | 111 | 5 | 53 | 127 | 74 |
| Binary | 11110010 | 11000001 | 1000001 | 0 | 10100 | 1001001 | 101 | 101011 | 1010111 | 111100 |
Color Harmonies of #F2C141
Complementary color
Monochromatic Colors of #F2C141
Black with #F2C141
Text Example
Text Example
White with #F2C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C141; }
p { color: rgb(242,193,65); }
H1.HeaderClassName
{
color: #F2C141;
}
.AnyTagClassName
{
color: #F2C141;
}
</style>
background-color css
<style>
a { background-color: #F2C141; }
a { background-color: rgb(242,193,65); }
div.DivClassName
{
background-color: #F2C141;
}
.BgClassName
{
background-color: #F2C141;
}
</style>
border-color css
<style>
span { border-color: #F2C141; }
span { border-color: rgb(242,193,65); }
td.TdClassName
{
border-color: #F2C141;
}
.TagClassName
{
border-color: #F2C141;
}
</style>