Shades of Cream Can #F0C145
Tints of Cream Can #F0C145
RGB
CMYK
RGB Variations
Color information
#F0C145 (or 0xF0C145) is known color: Cream Can. HEX triplet: F0, C1 and 45. RGB value is (240,193,69). Sum of RGB (Red+Green+Blue) = 240+193+69=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C145 is #0F3EBA. Grayscale: #C1C1C1. Windows color (decimal): -999099 or 4571632. OLE color: 4571632.
HSL color Cylindrical-coordinate representation of color #F0C145: hue angle of 43.51º 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 #F0C145 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 69 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.06 |
| HSL | 43.51º | 0.85% | 0.61% | - |
| HSV(B) | 43.51º | 0.71% | 0.94% | - |
| XYZ | 56.08 | 57.09 | 13.69 | - |
| YUV | 192.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 69 | 0 | 0.20 | 0.71 | 0.06 | 43.51 | 0.85 | 0.61 |
| Hex | F0 | C1 | 45 | 0 | 14 | 47 | 6 | 2C | 55 | 3D |
| Octal | 360 | 301 | 105 | 0 | 24 | 107 | 6 | 54 | 125 | 75 |
| Binary | 11110000 | 11000001 | 1000101 | 0 | 10100 | 1000111 | 110 | 101100 | 1010101 | 111101 |
Color Harmonies of #F0C145
Complementary color
Monochromatic Colors of #F0C145
Black with #F0C145
Text Example
Text Example
White with #F0C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C145; }
p { color: rgb(240,193,69); }
H1.HeaderClassName
{
color: #F0C145;
}
.AnyTagClassName
{
color: #F0C145;
}
</style>
background-color css
<style>
a { background-color: #F0C145; }
a { background-color: rgb(240,193,69); }
div.DivClassName
{
background-color: #F0C145;
}
.BgClassName
{
background-color: #F0C145;
}
</style>
border-color css
<style>
span { border-color: #F0C145; }
span { border-color: rgb(240,193,69); }
td.TdClassName
{
border-color: #F0C145;
}
.TagClassName
{
border-color: #F0C145;
}
</style>