Shades of Cream Can #F3C35C
Tints of Cream Can #F3C35C
RGB
CMYK
RGB Variations
Color information
#F3C35C (or 0xF3C35C) is known color: Cream Can. HEX triplet: F3, C3 and 5C. RGB value is (243,195,92). Sum of RGB (Red+Green+Blue) = 243+195+92=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C35C is #0C3CA3. Grayscale: #C6C6C6. Windows color (decimal): -801956 or 6079475. OLE color: 6079475.
HSL color Cylindrical-coordinate representation of color #F3C35C: hue angle of 40.93º 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 #F3C35C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 92 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.05 |
| HSL | 40.93º | 0.86% | 0.66% | - |
| HSV(B) | 40.93º | 0.62% | 0.95% | - |
| XYZ | 58.41 | 58.86 | 18.41 | - |
| YUV | 197.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 92 | 0 | 0.20 | 0.62 | 0.05 | 40.93 | 0.86 | 0.66 |
| Hex | F3 | C3 | 5C | 0 | 14 | 3E | 5 | 29 | 56 | 42 |
| Octal | 363 | 303 | 134 | 0 | 24 | 76 | 5 | 51 | 126 | 102 |
| Binary | 11110011 | 11000011 | 1011100 | 0 | 10100 | 111110 | 101 | 101001 | 1010110 | 1000010 |
Color Harmonies of #F3C35C
Complementary color
Monochromatic Colors of #F3C35C
Black with #F3C35C
Text Example
Text Example
White with #F3C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C35C; }
p { color: rgb(243,195,92); }
H1.HeaderClassName
{
color: #F3C35C;
}
.AnyTagClassName
{
color: #F3C35C;
}
</style>
background-color css
<style>
a { background-color: #F3C35C; }
a { background-color: rgb(243,195,92); }
div.DivClassName
{
background-color: #F3C35C;
}
.BgClassName
{
background-color: #F3C35C;
}
</style>
border-color css
<style>
span { border-color: #F3C35C; }
span { border-color: rgb(243,195,92); }
td.TdClassName
{
border-color: #F3C35C;
}
.TagClassName
{
border-color: #F3C35C;
}
</style>