Shades of Cream Can #F2BB56
Tints of Cream Can #F2BB56
RGB
CMYK
RGB Variations
Color information
#F2BB56 (or 0xF2BB56) is known color: Cream Can. HEX triplet: F2, BB and 56. RGB value is (242,187,86). Sum of RGB (Red+Green+Blue) = 242+187+86=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB56 is #0D44A9. Grayscale: #C0C0C0. Windows color (decimal): -869546 or 5684210. OLE color: 5684210.
HSL color Cylindrical-coordinate representation of color #F2BB56: hue angle of 38.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2BB56 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 86 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.05 |
| HSL | 38.85º | 0.86% | 0.64% | - |
| HSV(B) | 38.85º | 0.64% | 0.95% | - |
| XYZ | 56.07 | 55.09 | 16.48 | - |
| YUV | 191.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 86 | 0 | 0.23 | 0.64 | 0.05 | 38.85 | 0.86 | 0.64 |
| Hex | F2 | BB | 56 | 0 | 17 | 40 | 5 | 27 | 56 | 40 |
| Octal | 362 | 273 | 126 | 0 | 27 | 100 | 5 | 47 | 126 | 100 |
| Binary | 11110010 | 10111011 | 1010110 | 0 | 10111 | 1000000 | 101 | 100111 | 1010110 | 1000000 |
Color Harmonies of #F2BB56
Complementary color
Monochromatic Colors of #F2BB56
Black with #F2BB56
Text Example
Text Example
White with #F2BB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB56; }
p { color: rgb(242,187,86); }
H1.HeaderClassName
{
color: #F2BB56;
}
.AnyTagClassName
{
color: #F2BB56;
}
</style>
background-color css
<style>
a { background-color: #F2BB56; }
a { background-color: rgb(242,187,86); }
div.DivClassName
{
background-color: #F2BB56;
}
.BgClassName
{
background-color: #F2BB56;
}
</style>
border-color css
<style>
span { border-color: #F2BB56; }
span { border-color: rgb(242,187,86); }
td.TdClassName
{
border-color: #F2BB56;
}
.TagClassName
{
border-color: #F2BB56;
}
</style>