Shades of Cream Can #F2C35B
Tints of Cream Can #F2C35B
RGB
CMYK
RGB Variations
Color information
#F2C35B (or 0xF2C35B) is known color: Cream Can. HEX triplet: F2, C3 and 5B. RGB value is (242,195,91). Sum of RGB (Red+Green+Blue) = 242+195+91=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C35B is #0D3CA4. Grayscale: #C5C5C5. Windows color (decimal): -867493 or 6013938. OLE color: 6013938.
HSL color Cylindrical-coordinate representation of color #F2C35B: hue angle of 41.32º 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 #F2C35B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 91 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.05 |
| HSL | 41.32º | 0.85% | 0.65% | - |
| HSV(B) | 41.32º | 0.62% | 0.95% | - |
| XYZ | 58.02 | 58.66 | 18.16 | - |
| YUV | 197.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 91 | 0 | 0.19 | 0.62 | 0.05 | 41.32 | 0.85 | 0.65 |
| Hex | F2 | C3 | 5B | 0 | 13 | 3E | 5 | 29 | 55 | 41 |
| Octal | 362 | 303 | 133 | 0 | 23 | 76 | 5 | 51 | 125 | 101 |
| Binary | 11110010 | 11000011 | 1011011 | 0 | 10011 | 111110 | 101 | 101001 | 1010101 | 1000001 |
Color Harmonies of #F2C35B
Complementary color
Monochromatic Colors of #F2C35B
Black with #F2C35B
Text Example
Text Example
White with #F2C35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C35B; }
p { color: rgb(242,195,91); }
H1.HeaderClassName
{
color: #F2C35B;
}
.AnyTagClassName
{
color: #F2C35B;
}
</style>
background-color css
<style>
a { background-color: #F2C35B; }
a { background-color: rgb(242,195,91); }
div.DivClassName
{
background-color: #F2C35B;
}
.BgClassName
{
background-color: #F2C35B;
}
</style>
border-color css
<style>
span { border-color: #F2C35B; }
span { border-color: rgb(242,195,91); }
td.TdClassName
{
border-color: #F2C35B;
}
.TagClassName
{
border-color: #F2C35B;
}
</style>