Shades of Cream Can #F2C148
Tints of Cream Can #F2C148
RGB
CMYK
RGB Variations
Color information
#F2C148 (or 0xF2C148) is known color: Cream Can. HEX triplet: F2, C1 and 48. RGB value is (242,193,72). Sum of RGB (Red+Green+Blue) = 242+193+72=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C148 is #0D3EB7. Grayscale: #C2C2C2. Windows color (decimal): -868024 or 4768242. OLE color: 4768242.
HSL color Cylindrical-coordinate representation of color #F2C148: hue angle of 42.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2C148 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 72 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.05 |
| HSL | 42.71º | 0.87% | 0.62% | - |
| HSV(B) | 42.71º | 0.7% | 0.95% | - |
| XYZ | 56.86 | 57.49 | 14.23 | - |
| YUV | 193.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 72 | 0 | 0.20 | 0.70 | 0.05 | 42.71 | 0.87 | 0.62 |
| Hex | F2 | C1 | 48 | 0 | 14 | 46 | 5 | 2B | 57 | 3E |
| Octal | 362 | 301 | 110 | 0 | 24 | 106 | 5 | 53 | 127 | 76 |
| Binary | 11110010 | 11000001 | 1001000 | 0 | 10100 | 1000110 | 101 | 101011 | 1010111 | 111110 |
Color Harmonies of #F2C148
Complementary color
Monochromatic Colors of #F2C148
Black with #F2C148
Text Example
Text Example
White with #F2C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C148; }
p { color: rgb(242,193,72); }
H1.HeaderClassName
{
color: #F2C148;
}
.AnyTagClassName
{
color: #F2C148;
}
</style>
background-color css
<style>
a { background-color: #F2C148; }
a { background-color: rgb(242,193,72); }
div.DivClassName
{
background-color: #F2C148;
}
.BgClassName
{
background-color: #F2C148;
}
</style>
border-color css
<style>
span { border-color: #F2C148; }
span { border-color: rgb(242,193,72); }
td.TdClassName
{
border-color: #F2C148;
}
.TagClassName
{
border-color: #F2C148;
}
</style>