Shades of Cream Can #F4BE4D
Tints of Cream Can #F4BE4D
RGB
CMYK
RGB Variations
Color information
#F4BE4D (or 0xF4BE4D) is known color: Cream Can. HEX triplet: F4, BE and 4D. RGB value is (244,190,77). Sum of RGB (Red+Green+Blue) = 244+190+77=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BE4D is #0B41B2. Grayscale: #C1C1C1. Windows color (decimal): -737715 or 5095156. OLE color: 5095156.
HSL color Cylindrical-coordinate representation of color #F4BE4D: hue angle of 40.6º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4BE4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.04 |
| HSL | 40.6º | 0.88% | 0.63% | - |
| HSV(B) | 40.6º | 0.68% | 0.96% | - |
| XYZ | 57.06 | 56.6 | 14.94 | - |
| YUV | 193.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 77 | 0 | 0.22 | 0.68 | 0.04 | 40.6 | 0.88 | 0.63 |
| Hex | F4 | BE | 4D | 0 | 16 | 44 | 4 | 29 | 58 | 3F |
| Octal | 364 | 276 | 115 | 0 | 26 | 104 | 4 | 51 | 130 | 77 |
| Binary | 11110100 | 10111110 | 1001101 | 0 | 10110 | 1000100 | 100 | 101001 | 1011000 | 111111 |
Color Harmonies of #F4BE4D
Complementary color
Monochromatic Colors of #F4BE4D
Black with #F4BE4D
Text Example
Text Example
White with #F4BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BE4D; }
p { color: rgb(244,190,77); }
H1.HeaderClassName
{
color: #F4BE4D;
}
.AnyTagClassName
{
color: #F4BE4D;
}
</style>
background-color css
<style>
a { background-color: #F4BE4D; }
a { background-color: rgb(244,190,77); }
div.DivClassName
{
background-color: #F4BE4D;
}
.BgClassName
{
background-color: #F4BE4D;
}
</style>
border-color css
<style>
span { border-color: #F4BE4D; }
span { border-color: rgb(244,190,77); }
td.TdClassName
{
border-color: #F4BE4D;
}
.TagClassName
{
border-color: #F4BE4D;
}
</style>