Shades of Cream Can #F3C45D
Tints of Cream Can #F3C45D
RGB
CMYK
RGB Variations
Color information
#F3C45D (or 0xF3C45D) is known color: Cream Can. HEX triplet: F3, C4 and 5D. RGB value is (243,196,93). Sum of RGB (Red+Green+Blue) = 243+196+93=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C45D is #0C3BA2. Grayscale: #C6C6C6. Windows color (decimal): -801699 or 6145267. OLE color: 6145267.
HSL color Cylindrical-coordinate representation of color #F3C45D: hue angle of 41.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3C45D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 93 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.05 |
| HSL | 41.2º | 0.86% | 0.66% | - |
| HSV(B) | 41.2º | 0.62% | 0.95% | - |
| XYZ | 58.68 | 59.32 | 18.71 | - |
| YUV | 198.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 93 | 0 | 0.19 | 0.62 | 0.05 | 41.2 | 0.86 | 0.66 |
| Hex | F3 | C4 | 5D | 0 | 13 | 3E | 5 | 29 | 56 | 42 |
| Octal | 363 | 304 | 135 | 0 | 23 | 76 | 5 | 51 | 126 | 102 |
| Binary | 11110011 | 11000100 | 1011101 | 0 | 10011 | 111110 | 101 | 101001 | 1010110 | 1000010 |
Color Harmonies of #F3C45D
Complementary color
Monochromatic Colors of #F3C45D
Black with #F3C45D
Text Example
Text Example
White with #F3C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C45D; }
p { color: rgb(243,196,93); }
H1.HeaderClassName
{
color: #F3C45D;
}
.AnyTagClassName
{
color: #F3C45D;
}
</style>
background-color css
<style>
a { background-color: #F3C45D; }
a { background-color: rgb(243,196,93); }
div.DivClassName
{
background-color: #F3C45D;
}
.BgClassName
{
background-color: #F3C45D;
}
</style>
border-color css
<style>
span { border-color: #F3C45D; }
span { border-color: rgb(243,196,93); }
td.TdClassName
{
border-color: #F3C45D;
}
.TagClassName
{
border-color: #F3C45D;
}
</style>