Shades of Cream Can #F3C35D
Tints of Cream Can #F3C35D
RGB
CMYK
RGB Variations
Color information
#F3C35D (or 0xF3C35D) is known color: Cream Can. HEX triplet: F3, C3 and 5D. RGB value is (243,195,93). Sum of RGB (Red+Green+Blue) = 243+195+93=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C35D is #0C3CA2. Grayscale: #C6C6C6. Windows color (decimal): -801955 or 6145011. OLE color: 6145011.
HSL color Cylindrical-coordinate representation of color #F3C35D: hue angle of 40.8º 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 #F3C35D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 93 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.05 |
| HSL | 40.8º | 0.86% | 0.66% | - |
| HSV(B) | 40.8º | 0.62% | 0.95% | - |
| XYZ | 58.45 | 58.88 | 18.64 | - |
| YUV | 197.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 93 | 0 | 0.20 | 0.62 | 0.05 | 40.8 | 0.86 | 0.66 |
| Hex | F3 | C3 | 5D | 0 | 14 | 3E | 5 | 29 | 56 | 42 |
| Octal | 363 | 303 | 135 | 0 | 24 | 76 | 5 | 51 | 126 | 102 |
| Binary | 11110011 | 11000011 | 1011101 | 0 | 10100 | 111110 | 101 | 101001 | 1010110 | 1000010 |
Color Harmonies of #F3C35D
Complementary color
Monochromatic Colors of #F3C35D
Black with #F3C35D
Text Example
Text Example
White with #F3C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C35D; }
p { color: rgb(243,195,93); }
H1.HeaderClassName
{
color: #F3C35D;
}
.AnyTagClassName
{
color: #F3C35D;
}
</style>
background-color css
<style>
a { background-color: #F3C35D; }
a { background-color: rgb(243,195,93); }
div.DivClassName
{
background-color: #F3C35D;
}
.BgClassName
{
background-color: #F3C35D;
}
</style>
border-color css
<style>
span { border-color: #F3C35D; }
span { border-color: rgb(243,195,93); }
td.TdClassName
{
border-color: #F3C35D;
}
.TagClassName
{
border-color: #F3C35D;
}
</style>