Shades of Cream Can #F2BC58
Tints of Cream Can #F2BC58
RGB
CMYK
RGB Variations
Color information
#F2BC58 (or 0xF2BC58) is known color: Cream Can. HEX triplet: F2, BC and 58. RGB value is (242,188,88). Sum of RGB (Red+Green+Blue) = 242+188+88=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC58 is #0D43A7. Grayscale: #C1C1C1. Windows color (decimal): -869288 or 5815538. OLE color: 5815538.
HSL color Cylindrical-coordinate representation of color #F2BC58: hue angle of 38.96º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2BC58 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 88 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.05 |
| HSL | 38.96º | 0.86% | 0.65% | - |
| HSV(B) | 38.96º | 0.64% | 0.95% | - |
| XYZ | 56.36 | 55.55 | 16.98 | - |
| YUV | 192.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 88 | 0 | 0.22 | 0.64 | 0.05 | 38.96 | 0.86 | 0.65 |
| Hex | F2 | BC | 58 | 0 | 16 | 40 | 5 | 27 | 56 | 41 |
| Octal | 362 | 274 | 130 | 0 | 26 | 100 | 5 | 47 | 126 | 101 |
| Binary | 11110010 | 10111100 | 1011000 | 0 | 10110 | 1000000 | 101 | 100111 | 1010110 | 1000001 |
Color Harmonies of #F2BC58
Complementary color
Monochromatic Colors of #F2BC58
Black with #F2BC58
Text Example
Text Example
White with #F2BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC58; }
p { color: rgb(242,188,88); }
H1.HeaderClassName
{
color: #F2BC58;
}
.AnyTagClassName
{
color: #F2BC58;
}
</style>
background-color css
<style>
a { background-color: #F2BC58; }
a { background-color: rgb(242,188,88); }
div.DivClassName
{
background-color: #F2BC58;
}
.BgClassName
{
background-color: #F2BC58;
}
</style>
border-color css
<style>
span { border-color: #F2BC58; }
span { border-color: rgb(242,188,88); }
td.TdClassName
{
border-color: #F2BC58;
}
.TagClassName
{
border-color: #F2BC58;
}
</style>