Shades of Cream Can #F3C060
Tints of Cream Can #F3C060
RGB
CMYK
RGB Variations
Color information
#F3C060 (or 0xF3C060) is known color: Cream Can. HEX triplet: F3, C0 and 60. RGB value is (243,192,96). Sum of RGB (Red+Green+Blue) = 243+192+96=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C060 is #0C3F9F. Grayscale: #C4C4C4. Windows color (decimal): -802720 or 6340851. OLE color: 6340851.
HSL color Cylindrical-coordinate representation of color #F3C060: hue angle of 39.18º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3C060 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 96 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.05 |
| HSL | 39.18º | 0.86% | 0.66% | - |
| HSV(B) | 39.18º | 0.6% | 0.95% | - |
| XYZ | 57.92 | 57.6 | 19.13 | - |
| YUV | 196.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 96 | 0 | 0.21 | 0.60 | 0.05 | 39.18 | 0.86 | 0.66 |
| Hex | F3 | C0 | 60 | 0 | 15 | 3C | 5 | 27 | 56 | 42 |
| Octal | 363 | 300 | 140 | 0 | 25 | 74 | 5 | 47 | 126 | 102 |
| Binary | 11110011 | 11000000 | 1100000 | 0 | 10101 | 111100 | 101 | 100111 | 1010110 | 1000010 |
Color Harmonies of #F3C060
Complementary color
Monochromatic Colors of #F3C060
Black with #F3C060
Text Example
Text Example
White with #F3C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C060; }
p { color: rgb(243,192,96); }
H1.HeaderClassName
{
color: #F3C060;
}
.AnyTagClassName
{
color: #F3C060;
}
</style>
background-color css
<style>
a { background-color: #F3C060; }
a { background-color: rgb(243,192,96); }
div.DivClassName
{
background-color: #F3C060;
}
.BgClassName
{
background-color: #F3C060;
}
</style>
border-color css
<style>
span { border-color: #F3C060; }
span { border-color: rgb(243,192,96); }
td.TdClassName
{
border-color: #F3C060;
}
.TagClassName
{
border-color: #F3C060;
}
</style>