Shades of Cream Can #F2BC5C
Tints of Cream Can #F2BC5C
RGB
CMYK
RGB Variations
Color information
#F2BC5C (or 0xF2BC5C) is known color: Cream Can. HEX triplet: F2, BC and 5C. RGB value is (242,188,92). Sum of RGB (Red+Green+Blue) = 242+188+92=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC5C is #0D43A3. Grayscale: #C1C1C1. Windows color (decimal): -869284 or 6077682. OLE color: 6077682.
HSL color Cylindrical-coordinate representation of color #F2BC5C: hue angle of 38.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2BC5C is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 92 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.05 |
| HSL | 38.4º | 0.85% | 0.65% | - |
| HSV(B) | 38.4º | 0.62% | 0.95% | - |
| XYZ | 56.53 | 55.62 | 17.88 | - |
| YUV | 193.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 92 | 0 | 0.22 | 0.62 | 0.05 | 38.4 | 0.85 | 0.65 |
| Hex | F2 | BC | 5C | 0 | 16 | 3E | 5 | 26 | 55 | 41 |
| Octal | 362 | 274 | 134 | 0 | 26 | 76 | 5 | 46 | 125 | 101 |
| Binary | 11110010 | 10111100 | 1011100 | 0 | 10110 | 111110 | 101 | 100110 | 1010101 | 1000001 |
Color Harmonies of #F2BC5C
Complementary color
Monochromatic Colors of #F2BC5C
Black with #F2BC5C
Text Example
Text Example
White with #F2BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC5C; }
p { color: rgb(242,188,92); }
H1.HeaderClassName
{
color: #F2BC5C;
}
.AnyTagClassName
{
color: #F2BC5C;
}
</style>
background-color css
<style>
a { background-color: #F2BC5C; }
a { background-color: rgb(242,188,92); }
div.DivClassName
{
background-color: #F2BC5C;
}
.BgClassName
{
background-color: #F2BC5C;
}
</style>
border-color css
<style>
span { border-color: #F2BC5C; }
span { border-color: rgb(242,188,92); }
td.TdClassName
{
border-color: #F2BC5C;
}
.TagClassName
{
border-color: #F2BC5C;
}
</style>