Shades of Cream Can #F2BB55
Tints of Cream Can #F2BB55
RGB
CMYK
RGB Variations
Color information
#F2BB55 (or 0xF2BB55) is known color: Cream Can. HEX triplet: F2, BB and 55. RGB value is (242,187,85). Sum of RGB (Red+Green+Blue) = 242+187+85=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB55 is #0D44AA. Grayscale: #C0C0C0. Windows color (decimal): -869547 or 5618674. OLE color: 5618674.
HSL color Cylindrical-coordinate representation of color #F2BB55: hue angle of 38.98º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2BB55 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 85 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.05 |
| HSL | 38.98º | 0.86% | 0.64% | - |
| HSV(B) | 38.98º | 0.65% | 0.95% | - |
| XYZ | 56.03 | 55.07 | 16.27 | - |
| YUV | 191.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 85 | 0 | 0.23 | 0.65 | 0.05 | 38.98 | 0.86 | 0.64 |
| Hex | F2 | BB | 55 | 0 | 17 | 41 | 5 | 27 | 56 | 40 |
| Octal | 362 | 273 | 125 | 0 | 27 | 101 | 5 | 47 | 126 | 100 |
| Binary | 11110010 | 10111011 | 1010101 | 0 | 10111 | 1000001 | 101 | 100111 | 1010110 | 1000000 |
Color Harmonies of #F2BB55
Complementary color
Monochromatic Colors of #F2BB55
Black with #F2BB55
Text Example
Text Example
White with #F2BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB55; }
p { color: rgb(242,187,85); }
H1.HeaderClassName
{
color: #F2BB55;
}
.AnyTagClassName
{
color: #F2BB55;
}
</style>
background-color css
<style>
a { background-color: #F2BB55; }
a { background-color: rgb(242,187,85); }
div.DivClassName
{
background-color: #F2BB55;
}
.BgClassName
{
background-color: #F2BB55;
}
</style>
border-color css
<style>
span { border-color: #F2BB55; }
span { border-color: rgb(242,187,85); }
td.TdClassName
{
border-color: #F2BB55;
}
.TagClassName
{
border-color: #F2BB55;
}
</style>