Shades of Cream Can #F2C35C
Tints of Cream Can #F2C35C
RGB
CMYK
RGB Variations
Color information
#F2C35C (or 0xF2C35C) is known color: Cream Can. HEX triplet: F2, C3 and 5C. RGB value is (242,195,92). Sum of RGB (Red+Green+Blue) = 242+195+92=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C35C is #0D3CA3. Grayscale: #C5C5C5. Windows color (decimal): -867492 or 6079474. OLE color: 6079474.
HSL color Cylindrical-coordinate representation of color #F2C35C: hue angle of 41.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C35C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 92 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.05 |
| HSL | 41.2º | 0.85% | 0.65% | - |
| HSV(B) | 41.2º | 0.62% | 0.95% | - |
| XYZ | 58.06 | 58.68 | 18.39 | - |
| YUV | 197.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 92 | 0 | 0.19 | 0.62 | 0.05 | 41.2 | 0.85 | 0.65 |
| Hex | F2 | C3 | 5C | 0 | 13 | 3E | 5 | 29 | 55 | 41 |
| Octal | 362 | 303 | 134 | 0 | 23 | 76 | 5 | 51 | 125 | 101 |
| Binary | 11110010 | 11000011 | 1011100 | 0 | 10011 | 111110 | 101 | 101001 | 1010101 | 1000001 |
Color Harmonies of #F2C35C
Complementary color
Monochromatic Colors of #F2C35C
Black with #F2C35C
Text Example
Text Example
White with #F2C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C35C; }
p { color: rgb(242,195,92); }
H1.HeaderClassName
{
color: #F2C35C;
}
.AnyTagClassName
{
color: #F2C35C;
}
</style>
background-color css
<style>
a { background-color: #F2C35C; }
a { background-color: rgb(242,195,92); }
div.DivClassName
{
background-color: #F2C35C;
}
.BgClassName
{
background-color: #F2C35C;
}
</style>
border-color css
<style>
span { border-color: #F2C35C; }
span { border-color: rgb(242,195,92); }
td.TdClassName
{
border-color: #F2C35C;
}
.TagClassName
{
border-color: #F2C35C;
}
</style>