Shades of Cream Can #F0C353
Tints of Cream Can #F0C353
RGB
CMYK
RGB Variations
Color information
#F0C353 (or 0xF0C353) is known color: Cream Can. HEX triplet: F0, C3 and 53. RGB value is (240,195,83). Sum of RGB (Red+Green+Blue) = 240+195+83=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C353 is #0F3CAC. Grayscale: #C4C4C4. Windows color (decimal): -998573 or 5489648. OLE color: 5489648.
HSL color Cylindrical-coordinate representation of color #F0C353: hue angle of 42.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0C353 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 83 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.06 |
| HSL | 42.8º | 0.84% | 0.63% | - |
| HSV(B) | 42.8º | 0.65% | 0.94% | - |
| XYZ | 57.01 | 58.18 | 16.41 | - |
| YUV | 195.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 83 | 0 | 0.19 | 0.65 | 0.06 | 42.8 | 0.84 | 0.63 |
| Hex | F0 | C3 | 53 | 0 | 13 | 41 | 6 | 2B | 54 | 3F |
| Octal | 360 | 303 | 123 | 0 | 23 | 101 | 6 | 53 | 124 | 77 |
| Binary | 11110000 | 11000011 | 1010011 | 0 | 10011 | 1000001 | 110 | 101011 | 1010100 | 111111 |
Color Harmonies of #F0C353
Complementary color
Monochromatic Colors of #F0C353
Black with #F0C353
Text Example
Text Example
White with #F0C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C353; }
p { color: rgb(240,195,83); }
H1.HeaderClassName
{
color: #F0C353;
}
.AnyTagClassName
{
color: #F0C353;
}
</style>
background-color css
<style>
a { background-color: #F0C353; }
a { background-color: rgb(240,195,83); }
div.DivClassName
{
background-color: #F0C353;
}
.BgClassName
{
background-color: #F0C353;
}
</style>
border-color css
<style>
span { border-color: #F0C353; }
span { border-color: rgb(240,195,83); }
td.TdClassName
{
border-color: #F0C353;
}
.TagClassName
{
border-color: #F0C353;
}
</style>