Shades of Cream Can #F4BE50
Tints of Cream Can #F4BE50
RGB
CMYK
RGB Variations
Color information
#F4BE50 (or 0xF4BE50) is known color: Cream Can. HEX triplet: F4, BE and 50. RGB value is (244,190,80). Sum of RGB (Red+Green+Blue) = 244+190+80=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BE50 is #0B41AF. Grayscale: #C2C2C2. Windows color (decimal): -737712 or 5291764. OLE color: 5291764.
HSL color Cylindrical-coordinate representation of color #F4BE50: hue angle of 40.24º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4BE50 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 80 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.04 |
| HSL | 40.24º | 0.88% | 0.64% | - |
| HSV(B) | 40.24º | 0.67% | 0.96% | - |
| XYZ | 57.17 | 56.64 | 15.51 | - |
| YUV | 193.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 80 | 0 | 0.22 | 0.67 | 0.04 | 40.24 | 0.88 | 0.64 |
| Hex | F4 | BE | 50 | 0 | 16 | 43 | 4 | 28 | 58 | 40 |
| Octal | 364 | 276 | 120 | 0 | 26 | 103 | 4 | 50 | 130 | 100 |
| Binary | 11110100 | 10111110 | 1010000 | 0 | 10110 | 1000011 | 100 | 101000 | 1011000 | 1000000 |
Color Harmonies of #F4BE50
Complementary color
Monochromatic Colors of #F4BE50
Black with #F4BE50
Text Example
Text Example
White with #F4BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BE50; }
p { color: rgb(244,190,80); }
H1.HeaderClassName
{
color: #F4BE50;
}
.AnyTagClassName
{
color: #F4BE50;
}
</style>
background-color css
<style>
a { background-color: #F4BE50; }
a { background-color: rgb(244,190,80); }
div.DivClassName
{
background-color: #F4BE50;
}
.BgClassName
{
background-color: #F4BE50;
}
</style>
border-color css
<style>
span { border-color: #F4BE50; }
span { border-color: rgb(244,190,80); }
td.TdClassName
{
border-color: #F4BE50;
}
.TagClassName
{
border-color: #F4BE50;
}
</style>