Shades of Cream Can #F2C45C
Tints of Cream Can #F2C45C
RGB
CMYK
RGB Variations
Color information
#F2C45C (or 0xF2C45C) is known color: Cream Can. HEX triplet: F2, C4 and 5C. RGB value is (242,196,92). Sum of RGB (Red+Green+Blue) = 242+196+92=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C45C is #0D3BA3. Grayscale: #C6C6C6. Windows color (decimal): -867236 or 6079730. OLE color: 6079730.
HSL color Cylindrical-coordinate representation of color #F2C45C: hue angle of 41.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C45C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 92 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.05 |
| HSL | 41.6º | 0.85% | 0.65% | - |
| HSV(B) | 41.6º | 0.62% | 0.95% | - |
| XYZ | 58.29 | 59.13 | 18.47 | - |
| YUV | 197.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 92 | 0 | 0.19 | 0.62 | 0.05 | 41.6 | 0.85 | 0.65 |
| Hex | F2 | C4 | 5C | 0 | 13 | 3E | 5 | 2A | 55 | 41 |
| Octal | 362 | 304 | 134 | 0 | 23 | 76 | 5 | 52 | 125 | 101 |
| Binary | 11110010 | 11000100 | 1011100 | 0 | 10011 | 111110 | 101 | 101010 | 1010101 | 1000001 |
Color Harmonies of #F2C45C
Complementary color
Monochromatic Colors of #F2C45C
Black with #F2C45C
Text Example
Text Example
White with #F2C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C45C; }
p { color: rgb(242,196,92); }
H1.HeaderClassName
{
color: #F2C45C;
}
.AnyTagClassName
{
color: #F2C45C;
}
</style>
background-color css
<style>
a { background-color: #F2C45C; }
a { background-color: rgb(242,196,92); }
div.DivClassName
{
background-color: #F2C45C;
}
.BgClassName
{
background-color: #F2C45C;
}
</style>
border-color css
<style>
span { border-color: #F2C45C; }
span { border-color: rgb(242,196,92); }
td.TdClassName
{
border-color: #F2C45C;
}
.TagClassName
{
border-color: #F2C45C;
}
</style>