Shades of Cream Can #F0C245
Tints of Cream Can #F0C245
RGB
CMYK
RGB Variations
Color information
#F0C245 (or 0xF0C245) is known color: Cream Can. HEX triplet: F0, C2 and 45. RGB value is (240,194,69). Sum of RGB (Red+Green+Blue) = 240+194+69=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C245 is #0F3DBA. Grayscale: #C2C2C2. Windows color (decimal): -998843 or 4571888. OLE color: 4571888.
HSL color Cylindrical-coordinate representation of color #F0C245: hue angle of 43.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0C245 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 69 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.06 |
| HSL | 43.86º | 0.85% | 0.61% | - |
| HSV(B) | 43.86º | 0.71% | 0.94% | - |
| XYZ | 56.3 | 57.54 | 13.77 | - |
| YUV | 193.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 69 | 0 | 0.19 | 0.71 | 0.06 | 43.86 | 0.85 | 0.61 |
| Hex | F0 | C2 | 45 | 0 | 13 | 47 | 6 | 2C | 55 | 3D |
| Octal | 360 | 302 | 105 | 0 | 23 | 107 | 6 | 54 | 125 | 75 |
| Binary | 11110000 | 11000010 | 1000101 | 0 | 10011 | 1000111 | 110 | 101100 | 1010101 | 111101 |
Color Harmonies of #F0C245
Complementary color
Monochromatic Colors of #F0C245
Black with #F0C245
Text Example
Text Example
White with #F0C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C245; }
p { color: rgb(240,194,69); }
H1.HeaderClassName
{
color: #F0C245;
}
.AnyTagClassName
{
color: #F0C245;
}
</style>
background-color css
<style>
a { background-color: #F0C245; }
a { background-color: rgb(240,194,69); }
div.DivClassName
{
background-color: #F0C245;
}
.BgClassName
{
background-color: #F0C245;
}
</style>
border-color css
<style>
span { border-color: #F0C245; }
span { border-color: rgb(240,194,69); }
td.TdClassName
{
border-color: #F0C245;
}
.TagClassName
{
border-color: #F0C245;
}
</style>