Shades of Cream Can #F0C345
Tints of Cream Can #F0C345
RGB
CMYK
RGB Variations
Color information
#F0C345 (or 0xF0C345) is known color: Cream Can. HEX triplet: F0, C3 and 45. RGB value is (240,195,69). Sum of RGB (Red+Green+Blue) = 240+195+69=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C345 is #0F3CBA. Grayscale: #C2C2C2. Windows color (decimal): -998587 or 4572144. OLE color: 4572144.
HSL color Cylindrical-coordinate representation of color #F0C345: hue angle of 44.21º 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 #F0C345 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 69 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.06 |
| HSL | 44.21º | 0.85% | 0.61% | - |
| HSV(B) | 44.21º | 0.71% | 0.94% | - |
| XYZ | 56.52 | 57.99 | 13.84 | - |
| YUV | 194.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 69 | 0 | 0.19 | 0.71 | 0.06 | 44.21 | 0.85 | 0.61 |
| Hex | F0 | C3 | 45 | 0 | 13 | 47 | 6 | 2C | 55 | 3D |
| Octal | 360 | 303 | 105 | 0 | 23 | 107 | 6 | 54 | 125 | 75 |
| Binary | 11110000 | 11000011 | 1000101 | 0 | 10011 | 1000111 | 110 | 101100 | 1010101 | 111101 |
Color Harmonies of #F0C345
Complementary color
Monochromatic Colors of #F0C345
Black with #F0C345
Text Example
Text Example
White with #F0C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C345; }
p { color: rgb(240,195,69); }
H1.HeaderClassName
{
color: #F0C345;
}
.AnyTagClassName
{
color: #F0C345;
}
</style>
background-color css
<style>
a { background-color: #F0C345; }
a { background-color: rgb(240,195,69); }
div.DivClassName
{
background-color: #F0C345;
}
.BgClassName
{
background-color: #F0C345;
}
</style>
border-color css
<style>
span { border-color: #F0C345; }
span { border-color: rgb(240,195,69); }
td.TdClassName
{
border-color: #F0C345;
}
.TagClassName
{
border-color: #F0C345;
}
</style>