Shades of Cream Can #F4BC57
Tints of Cream Can #F4BC57
RGB
CMYK
RGB Variations
Color information
#F4BC57 (or 0xF4BC57) is known color: Cream Can. HEX triplet: F4, BC and 57. RGB value is (244,188,87). Sum of RGB (Red+Green+Blue) = 244+188+87=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC57 is #0B43A8. Grayscale: #C1C1C1. Windows color (decimal): -738217 or 5750004. OLE color: 5750004.
HSL color Cylindrical-coordinate representation of color #F4BC57: hue angle of 38.6º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4BC57 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 87 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.04 |
| HSL | 38.6º | 0.88% | 0.65% | - |
| HSV(B) | 38.6º | 0.64% | 0.96% | - |
| XYZ | 57.01 | 55.89 | 16.8 | - |
| YUV | 193.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 87 | 0 | 0.23 | 0.64 | 0.04 | 38.6 | 0.88 | 0.65 |
| Hex | F4 | BC | 57 | 0 | 17 | 40 | 4 | 27 | 58 | 41 |
| Octal | 364 | 274 | 127 | 0 | 27 | 100 | 4 | 47 | 130 | 101 |
| Binary | 11110100 | 10111100 | 1010111 | 0 | 10111 | 1000000 | 100 | 100111 | 1011000 | 1000001 |
Color Harmonies of #F4BC57
Complementary color
Monochromatic Colors of #F4BC57
Black with #F4BC57
Text Example
Text Example
White with #F4BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC57; }
p { color: rgb(244,188,87); }
H1.HeaderClassName
{
color: #F4BC57;
}
.AnyTagClassName
{
color: #F4BC57;
}
</style>
background-color css
<style>
a { background-color: #F4BC57; }
a { background-color: rgb(244,188,87); }
div.DivClassName
{
background-color: #F4BC57;
}
.BgClassName
{
background-color: #F4BC57;
}
</style>
border-color css
<style>
span { border-color: #F4BC57; }
span { border-color: rgb(244,188,87); }
td.TdClassName
{
border-color: #F4BC57;
}
.TagClassName
{
border-color: #F4BC57;
}
</style>