Shades of Cream Can #F0C750
Tints of Cream Can #F0C750
RGB
CMYK
RGB Variations
Color information
#F0C750 (or 0xF0C750) is known color: Cream Can. HEX triplet: F0, C7 and 50. RGB value is (240,199,80). Sum of RGB (Red+Green+Blue) = 240+199+80=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C750 is #0F38AF. Grayscale: #C6C6C6. Windows color (decimal): -997552 or 5294064. OLE color: 5294064.
HSL color Cylindrical-coordinate representation of color #F0C750: hue angle of 44.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0C750 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 80 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.06 |
| HSL | 44.63º | 0.84% | 0.63% | - |
| HSV(B) | 44.63º | 0.67% | 0.94% | - |
| XYZ | 57.81 | 59.95 | 16.11 | - |
| YUV | 197.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 80 | 0 | 0.17 | 0.67 | 0.06 | 44.63 | 0.84 | 0.63 |
| Hex | F0 | C7 | 50 | 0 | 11 | 43 | 6 | 2D | 54 | 3F |
| Octal | 360 | 307 | 120 | 0 | 21 | 103 | 6 | 55 | 124 | 77 |
| Binary | 11110000 | 11000111 | 1010000 | 0 | 10001 | 1000011 | 110 | 101101 | 1010100 | 111111 |
Color Harmonies of #F0C750
Complementary color
Monochromatic Colors of #F0C750
Black with #F0C750
Text Example
Text Example
White with #F0C750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C750; }
p { color: rgb(240,199,80); }
H1.HeaderClassName
{
color: #F0C750;
}
.AnyTagClassName
{
color: #F0C750;
}
</style>
background-color css
<style>
a { background-color: #F0C750; }
a { background-color: rgb(240,199,80); }
div.DivClassName
{
background-color: #F0C750;
}
.BgClassName
{
background-color: #F0C750;
}
</style>
border-color css
<style>
span { border-color: #F0C750; }
span { border-color: rgb(240,199,80); }
td.TdClassName
{
border-color: #F0C750;
}
.TagClassName
{
border-color: #F0C750;
}
</style>