Shades of Cream Can #F3C260
Tints of Cream Can #F3C260
RGB
CMYK
RGB Variations
Color information
#F3C260 (or 0xF3C260) is known color: Cream Can. HEX triplet: F3, C2 and 60. RGB value is (243,194,96). Sum of RGB (Red+Green+Blue) = 243+194+96=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C260 is #0C3D9F. Grayscale: #C5C5C5. Windows color (decimal): -802208 or 6341363. OLE color: 6341363.
HSL color Cylindrical-coordinate representation of color #F3C260: hue angle of 40º 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 #F3C260 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 96 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.05 |
| HSL | 40º | 0.86% | 0.66% | - |
| HSV(B) | 40º | 0.6% | 0.95% | - |
| XYZ | 58.37 | 58.48 | 19.28 | - |
| YUV | 197.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 96 | 0 | 0.20 | 0.60 | 0.05 | 40 | 0.86 | 0.66 |
| Hex | F3 | C2 | 60 | 0 | 14 | 3C | 5 | 28 | 56 | 42 |
| Octal | 363 | 302 | 140 | 0 | 24 | 74 | 5 | 50 | 126 | 102 |
| Binary | 11110011 | 11000010 | 1100000 | 0 | 10100 | 111100 | 101 | 101000 | 1010110 | 1000010 |
Color Harmonies of #F3C260
Complementary color
Monochromatic Colors of #F3C260
Black with #F3C260
Text Example
Text Example
White with #F3C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C260; }
p { color: rgb(243,194,96); }
H1.HeaderClassName
{
color: #F3C260;
}
.AnyTagClassName
{
color: #F3C260;
}
</style>
background-color css
<style>
a { background-color: #F3C260; }
a { background-color: rgb(243,194,96); }
div.DivClassName
{
background-color: #F3C260;
}
.BgClassName
{
background-color: #F3C260;
}
</style>
border-color css
<style>
span { border-color: #F3C260; }
span { border-color: rgb(243,194,96); }
td.TdClassName
{
border-color: #F3C260;
}
.TagClassName
{
border-color: #F3C260;
}
</style>