Shades of Cream Can #F2C34D
Tints of Cream Can #F2C34D
RGB
CMYK
RGB Variations
Color information
#F2C34D (or 0xF2C34D) is known color: Cream Can. HEX triplet: F2, C3 and 4D. RGB value is (242,195,77). Sum of RGB (Red+Green+Blue) = 242+195+77=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C34D is #0D3CB2. Grayscale: #C4C4C4. Windows color (decimal): -867507 or 5096434. OLE color: 5096434.
HSL color Cylindrical-coordinate representation of color #F2C34D: hue angle of 42.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2C34D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 77 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.05 |
| HSL | 42.91º | 0.86% | 0.63% | - |
| HSV(B) | 42.91º | 0.68% | 0.95% | - |
| XYZ | 57.47 | 58.44 | 15.27 | - |
| YUV | 195.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 77 | 0 | 0.19 | 0.68 | 0.05 | 42.91 | 0.86 | 0.63 |
| Hex | F2 | C3 | 4D | 0 | 13 | 44 | 5 | 2B | 56 | 3F |
| Octal | 362 | 303 | 115 | 0 | 23 | 104 | 5 | 53 | 126 | 77 |
| Binary | 11110010 | 11000011 | 1001101 | 0 | 10011 | 1000100 | 101 | 101011 | 1010110 | 111111 |
Color Harmonies of #F2C34D
Complementary color
Monochromatic Colors of #F2C34D
Black with #F2C34D
Text Example
Text Example
White with #F2C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C34D; }
p { color: rgb(242,195,77); }
H1.HeaderClassName
{
color: #F2C34D;
}
.AnyTagClassName
{
color: #F2C34D;
}
</style>
background-color css
<style>
a { background-color: #F2C34D; }
a { background-color: rgb(242,195,77); }
div.DivClassName
{
background-color: #F2C34D;
}
.BgClassName
{
background-color: #F2C34D;
}
</style>
border-color css
<style>
span { border-color: #F2C34D; }
span { border-color: rgb(242,195,77); }
td.TdClassName
{
border-color: #F2C34D;
}
.TagClassName
{
border-color: #F2C34D;
}
</style>