Shades of Cream Can #F3C261
Tints of Cream Can #F3C261
RGB
CMYK
RGB Variations
Color information
#F3C261 (or 0xF3C261) is known color: Cream Can. HEX triplet: F3, C2 and 61. RGB value is (243,194,97). Sum of RGB (Red+Green+Blue) = 243+194+97=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C261 is #0C3D9E. Grayscale: #C6C6C6. Windows color (decimal): -802207 or 6406899. OLE color: 6406899.
HSL color Cylindrical-coordinate representation of color #F3C261: hue angle of 39.86º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3C261 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 97 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.05 |
| HSL | 39.86º | 0.86% | 0.67% | - |
| HSV(B) | 39.86º | 0.6% | 0.95% | - |
| XYZ | 58.41 | 58.5 | 19.52 | - |
| YUV | 197.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 97 | 0 | 0.20 | 0.60 | 0.05 | 39.86 | 0.86 | 0.67 |
| Hex | F3 | C2 | 61 | 0 | 14 | 3C | 5 | 28 | 56 | 43 |
| Octal | 363 | 302 | 141 | 0 | 24 | 74 | 5 | 50 | 126 | 103 |
| Binary | 11110011 | 11000010 | 1100001 | 0 | 10100 | 111100 | 101 | 101000 | 1010110 | 1000011 |
Color Harmonies of #F3C261
Complementary color
Monochromatic Colors of #F3C261
Black with #F3C261
Text Example
Text Example
White with #F3C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C261; }
p { color: rgb(243,194,97); }
H1.HeaderClassName
{
color: #F3C261;
}
.AnyTagClassName
{
color: #F3C261;
}
</style>
background-color css
<style>
a { background-color: #F3C261; }
a { background-color: rgb(243,194,97); }
div.DivClassName
{
background-color: #F3C261;
}
.BgClassName
{
background-color: #F3C261;
}
</style>
border-color css
<style>
span { border-color: #F3C261; }
span { border-color: rgb(243,194,97); }
td.TdClassName
{
border-color: #F3C261;
}
.TagClassName
{
border-color: #F3C261;
}
</style>