Shades of Cream Can #F2C245
Tints of Cream Can #F2C245
RGB
CMYK
RGB Variations
Color information
#F2C245 (or 0xF2C245) is known color: Cream Can. HEX triplet: F2, C2 and 45. RGB value is (242,194,69). Sum of RGB (Red+Green+Blue) = 242+194+69=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C245 is #0D3DBA. Grayscale: #C2C2C2. Windows color (decimal): -867771 or 4571890. OLE color: 4571890.
HSL color Cylindrical-coordinate representation of color #F2C245: hue angle of 43.35º degrees, saturation: 0.87, 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 #F2C245 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 69 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.05 |
| HSL | 43.35º | 0.87% | 0.61% | - |
| HSV(B) | 43.35º | 0.71% | 0.95% | - |
| XYZ | 56.98 | 57.89 | 13.8 | - |
| YUV | 194.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 69 | 0 | 0.20 | 0.71 | 0.05 | 43.35 | 0.87 | 0.61 |
| Hex | F2 | C2 | 45 | 0 | 14 | 47 | 5 | 2B | 57 | 3D |
| Octal | 362 | 302 | 105 | 0 | 24 | 107 | 5 | 53 | 127 | 75 |
| Binary | 11110010 | 11000010 | 1000101 | 0 | 10100 | 1000111 | 101 | 101011 | 1010111 | 111101 |
Color Harmonies of #F2C245
Complementary color
Monochromatic Colors of #F2C245
Black with #F2C245
Text Example
Text Example
White with #F2C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C245; }
p { color: rgb(242,194,69); }
H1.HeaderClassName
{
color: #F2C245;
}
.AnyTagClassName
{
color: #F2C245;
}
</style>
background-color css
<style>
a { background-color: #F2C245; }
a { background-color: rgb(242,194,69); }
div.DivClassName
{
background-color: #F2C245;
}
.BgClassName
{
background-color: #F2C245;
}
</style>
border-color css
<style>
span { border-color: #F2C245; }
span { border-color: rgb(242,194,69); }
td.TdClassName
{
border-color: #F2C245;
}
.TagClassName
{
border-color: #F2C245;
}
</style>