Shades of Cream Can #F2BC54
Tints of Cream Can #F2BC54
RGB
CMYK
RGB Variations
Color information
#F2BC54 (or 0xF2BC54) is known color: Cream Can. HEX triplet: F2, BC and 54. RGB value is (242,188,84). Sum of RGB (Red+Green+Blue) = 242+188+84=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC54 is #0D43AB. Grayscale: #C0C0C0. Windows color (decimal): -869292 or 5553394. OLE color: 5553394.
HSL color Cylindrical-coordinate representation of color #F2BC54: hue angle of 39.49º 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 #F2BC54 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 84 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.05 |
| HSL | 39.49º | 0.86% | 0.64% | - |
| HSV(B) | 39.49º | 0.65% | 0.95% | - |
| XYZ | 56.2 | 55.48 | 16.13 | - |
| YUV | 192.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 84 | 0 | 0.22 | 0.65 | 0.05 | 39.49 | 0.86 | 0.64 |
| Hex | F2 | BC | 54 | 0 | 16 | 41 | 5 | 27 | 56 | 40 |
| Octal | 362 | 274 | 124 | 0 | 26 | 101 | 5 | 47 | 126 | 100 |
| Binary | 11110010 | 10111100 | 1010100 | 0 | 10110 | 1000001 | 101 | 100111 | 1010110 | 1000000 |
Color Harmonies of #F2BC54
Complementary color
Monochromatic Colors of #F2BC54
Black with #F2BC54
Text Example
Text Example
White with #F2BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC54; }
p { color: rgb(242,188,84); }
H1.HeaderClassName
{
color: #F2BC54;
}
.AnyTagClassName
{
color: #F2BC54;
}
</style>
background-color css
<style>
a { background-color: #F2BC54; }
a { background-color: rgb(242,188,84); }
div.DivClassName
{
background-color: #F2BC54;
}
.BgClassName
{
background-color: #F2BC54;
}
</style>
border-color css
<style>
span { border-color: #F2BC54; }
span { border-color: rgb(242,188,84); }
td.TdClassName
{
border-color: #F2BC54;
}
.TagClassName
{
border-color: #F2BC54;
}
</style>