Shades of Cream Can #F2C353
Tints of Cream Can #F2C353
RGB
CMYK
RGB Variations
Color information
#F2C353 (or 0xF2C353) is known color: Cream Can. HEX triplet: F2, C3 and 53. RGB value is (242,195,83). Sum of RGB (Red+Green+Blue) = 242+195+83=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C353 is #0D3CAC. Grayscale: #C4C4C4. Windows color (decimal): -867501 or 5489650. OLE color: 5489650.
HSL color Cylindrical-coordinate representation of color #F2C353: hue angle of 42.26º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2C353 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 83 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.05 |
| HSL | 42.26º | 0.86% | 0.64% | - |
| HSV(B) | 42.26º | 0.66% | 0.95% | - |
| XYZ | 57.69 | 58.53 | 16.44 | - |
| YUV | 196.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 83 | 0 | 0.19 | 0.66 | 0.05 | 42.26 | 0.86 | 0.64 |
| Hex | F2 | C3 | 53 | 0 | 13 | 42 | 5 | 2A | 56 | 40 |
| Octal | 362 | 303 | 123 | 0 | 23 | 102 | 5 | 52 | 126 | 100 |
| Binary | 11110010 | 11000011 | 1010011 | 0 | 10011 | 1000010 | 101 | 101010 | 1010110 | 1000000 |
Color Harmonies of #F2C353
Complementary color
Monochromatic Colors of #F2C353
Black with #F2C353
Text Example
Text Example
White with #F2C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C353; }
p { color: rgb(242,195,83); }
H1.HeaderClassName
{
color: #F2C353;
}
.AnyTagClassName
{
color: #F2C353;
}
</style>
background-color css
<style>
a { background-color: #F2C353; }
a { background-color: rgb(242,195,83); }
div.DivClassName
{
background-color: #F2C353;
}
.BgClassName
{
background-color: #F2C353;
}
</style>
border-color css
<style>
span { border-color: #F2C353; }
span { border-color: rgb(242,195,83); }
td.TdClassName
{
border-color: #F2C353;
}
.TagClassName
{
border-color: #F2C353;
}
</style>