Shades of Cream Can #F2BC47
Tints of Cream Can #F2BC47
RGB
CMYK
RGB Variations
Color information
#F2BC47 (or 0xF2BC47) is known color: Cream Can. HEX triplet: F2, BC and 47. RGB value is (242,188,71). Sum of RGB (Red+Green+Blue) = 242+188+71=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC47 is #0D43B8. Grayscale: #BFBFBF. Windows color (decimal): -869305 or 4701426. OLE color: 4701426.
HSL color Cylindrical-coordinate representation of color #F2BC47: hue angle of 41.05º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2BC47 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 71 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.05 |
| HSL | 41.05º | 0.87% | 0.61% | - |
| HSV(B) | 41.05º | 0.71% | 0.95% | - |
| XYZ | 55.74 | 55.3 | 13.7 | - |
| YUV | 190.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 71 | 0 | 0.22 | 0.71 | 0.05 | 41.05 | 0.87 | 0.61 |
| Hex | F2 | BC | 47 | 0 | 16 | 47 | 5 | 29 | 57 | 3D |
| Octal | 362 | 274 | 107 | 0 | 26 | 107 | 5 | 51 | 127 | 75 |
| Binary | 11110010 | 10111100 | 1000111 | 0 | 10110 | 1000111 | 101 | 101001 | 1010111 | 111101 |
Color Harmonies of #F2BC47
Complementary color
Monochromatic Colors of #F2BC47
Black with #F2BC47
Text Example
Text Example
White with #F2BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC47; }
p { color: rgb(242,188,71); }
H1.HeaderClassName
{
color: #F2BC47;
}
.AnyTagClassName
{
color: #F2BC47;
}
</style>
background-color css
<style>
a { background-color: #F2BC47; }
a { background-color: rgb(242,188,71); }
div.DivClassName
{
background-color: #F2BC47;
}
.BgClassName
{
background-color: #F2BC47;
}
</style>
border-color css
<style>
span { border-color: #F2BC47; }
span { border-color: rgb(242,188,71); }
td.TdClassName
{
border-color: #F2BC47;
}
.TagClassName
{
border-color: #F2BC47;
}
</style>