Shades of Cream Can #F3C655
Tints of Cream Can #F3C655
RGB
CMYK
RGB Variations
Color information
#F3C655 (or 0xF3C655) is known color: Cream Can. HEX triplet: F3, C6 and 55. RGB value is (243,198,85). Sum of RGB (Red+Green+Blue) = 243+198+85=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C655 is #0C39AA. Grayscale: #C7C7C7. Windows color (decimal): -801195 or 5621491. OLE color: 5621491.
HSL color Cylindrical-coordinate representation of color #F3C655: hue angle of 42.91º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3C655 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 85 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.05 |
| HSL | 42.91º | 0.87% | 0.64% | - |
| HSV(B) | 42.91º | 0.65% | 0.95% | - |
| XYZ | 58.8 | 60.1 | 17.1 | - |
| YUV | 198.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 85 | 0 | 0.19 | 0.65 | 0.05 | 42.91 | 0.87 | 0.64 |
| Hex | F3 | C6 | 55 | 0 | 13 | 41 | 5 | 2B | 57 | 40 |
| Octal | 363 | 306 | 125 | 0 | 23 | 101 | 5 | 53 | 127 | 100 |
| Binary | 11110011 | 11000110 | 1010101 | 0 | 10011 | 1000001 | 101 | 101011 | 1010111 | 1000000 |
Color Harmonies of #F3C655
Complementary color
Monochromatic Colors of #F3C655
Black with #F3C655
Text Example
Text Example
White with #F3C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C655; }
p { color: rgb(243,198,85); }
H1.HeaderClassName
{
color: #F3C655;
}
.AnyTagClassName
{
color: #F3C655;
}
</style>
background-color css
<style>
a { background-color: #F3C655; }
a { background-color: rgb(243,198,85); }
div.DivClassName
{
background-color: #F3C655;
}
.BgClassName
{
background-color: #F3C655;
}
</style>
border-color css
<style>
span { border-color: #F3C655; }
span { border-color: rgb(243,198,85); }
td.TdClassName
{
border-color: #F3C655;
}
.TagClassName
{
border-color: #F3C655;
}
</style>