Shades of Cream Can #F2BC5B
Tints of Cream Can #F2BC5B
RGB
CMYK
RGB Variations
Color information
#F2BC5B (or 0xF2BC5B) is known color: Cream Can. HEX triplet: F2, BC and 5B. RGB value is (242,188,91). Sum of RGB (Red+Green+Blue) = 242+188+91=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC5B is #0D43A4. Grayscale: #C1C1C1. Windows color (decimal): -869285 or 6012146. OLE color: 6012146.
HSL color Cylindrical-coordinate representation of color #F2BC5B: hue angle of 38.54º 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 #F2BC5B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 91 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.05 |
| HSL | 38.54º | 0.85% | 0.65% | - |
| HSV(B) | 38.54º | 0.62% | 0.95% | - |
| XYZ | 56.49 | 55.6 | 17.65 | - |
| YUV | 193.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 91 | 0 | 0.22 | 0.62 | 0.05 | 38.54 | 0.85 | 0.65 |
| Hex | F2 | BC | 5B | 0 | 16 | 3E | 5 | 27 | 55 | 41 |
| Octal | 362 | 274 | 133 | 0 | 26 | 76 | 5 | 47 | 125 | 101 |
| Binary | 11110010 | 10111100 | 1011011 | 0 | 10110 | 111110 | 101 | 100111 | 1010101 | 1000001 |
Color Harmonies of #F2BC5B
Complementary color
Monochromatic Colors of #F2BC5B
Black with #F2BC5B
Text Example
Text Example
White with #F2BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC5B; }
p { color: rgb(242,188,91); }
H1.HeaderClassName
{
color: #F2BC5B;
}
.AnyTagClassName
{
color: #F2BC5B;
}
</style>
background-color css
<style>
a { background-color: #F2BC5B; }
a { background-color: rgb(242,188,91); }
div.DivClassName
{
background-color: #F2BC5B;
}
.BgClassName
{
background-color: #F2BC5B;
}
</style>
border-color css
<style>
span { border-color: #F2BC5B; }
span { border-color: rgb(242,188,91); }
td.TdClassName
{
border-color: #F2BC5B;
}
.TagClassName
{
border-color: #F2BC5B;
}
</style>