Shades of Cream Can #F0C448
Tints of Cream Can #F0C448
RGB
CMYK
RGB Variations
Color information
#F0C448 (or 0xF0C448) is known color: Cream Can. HEX triplet: F0, C4 and 48. RGB value is (240,196,72). Sum of RGB (Red+Green+Blue) = 240+196+72=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C448 is #0F3BB7. Grayscale: #C3C3C3. Windows color (decimal): -998328 or 4769008. OLE color: 4769008.
HSL color Cylindrical-coordinate representation of color #F0C448: hue angle of 44.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C448 is Cyan = 0, Magento = 0.18, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 72 | - |
| CMYK | 0 | 0.18 | 0.7 | 0.06 |
| HSL | 44.29º | 0.85% | 0.61% | - |
| HSV(B) | 44.29º | 0.7% | 0.94% | - |
| XYZ | 56.84 | 58.47 | 14.42 | - |
| YUV | 195.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 72 | 0 | 0.18 | 0.7 | 0.06 | 44.29 | 0.85 | 0.61 |
| Hex | F0 | C4 | 48 | 0 | 12 | 46 | 6 | 2C | 55 | 3D |
| Octal | 360 | 304 | 110 | 0 | 22 | 106 | 6 | 54 | 125 | 75 |
| Binary | 11110000 | 11000100 | 1001000 | 0 | 10010 | 1000110 | 110 | 101100 | 1010101 | 111101 |
Color Harmonies of #F0C448
Complementary color
Monochromatic Colors of #F0C448
Black with #F0C448
Text Example
Text Example
White with #F0C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C448; }
p { color: rgb(240,196,72); }
H1.HeaderClassName
{
color: #F0C448;
}
.AnyTagClassName
{
color: #F0C448;
}
</style>
background-color css
<style>
a { background-color: #F0C448; }
a { background-color: rgb(240,196,72); }
div.DivClassName
{
background-color: #F0C448;
}
.BgClassName
{
background-color: #F0C448;
}
</style>
border-color css
<style>
span { border-color: #F0C448; }
span { border-color: rgb(240,196,72); }
td.TdClassName
{
border-color: #F0C448;
}
.TagClassName
{
border-color: #F0C448;
}
</style>