Shades of Cream Can #F4BF4D
Tints of Cream Can #F4BF4D
RGB
CMYK
RGB Variations
Color information
#F4BF4D (or 0xF4BF4D) is known color: Cream Can. HEX triplet: F4, BF and 4D. RGB value is (244,191,77). Sum of RGB (Red+Green+Blue) = 244+191+77=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF4D is #0B40B2. Grayscale: #C2C2C2. Windows color (decimal): -737459 or 5095412. OLE color: 5095412.
HSL color Cylindrical-coordinate representation of color #F4BF4D: hue angle of 40.96º 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 #F4BF4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.04 |
| HSL | 40.96º | 0.88% | 0.63% | - |
| HSV(B) | 40.96º | 0.68% | 0.96% | - |
| XYZ | 57.28 | 57.03 | 15.01 | - |
| YUV | 193.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 77 | 0 | 0.22 | 0.68 | 0.04 | 40.96 | 0.88 | 0.63 |
| Hex | F4 | BF | 4D | 0 | 16 | 44 | 4 | 29 | 58 | 3F |
| Octal | 364 | 277 | 115 | 0 | 26 | 104 | 4 | 51 | 130 | 77 |
| Binary | 11110100 | 10111111 | 1001101 | 0 | 10110 | 1000100 | 100 | 101001 | 1011000 | 111111 |
Color Harmonies of #F4BF4D
Complementary color
Monochromatic Colors of #F4BF4D
Black with #F4BF4D
Text Example
Text Example
White with #F4BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BF4D; }
p { color: rgb(244,191,77); }
H1.HeaderClassName
{
color: #F4BF4D;
}
.AnyTagClassName
{
color: #F4BF4D;
}
</style>
background-color css
<style>
a { background-color: #F4BF4D; }
a { background-color: rgb(244,191,77); }
div.DivClassName
{
background-color: #F4BF4D;
}
.BgClassName
{
background-color: #F4BF4D;
}
</style>
border-color css
<style>
span { border-color: #F4BF4D; }
span { border-color: rgb(244,191,77); }
td.TdClassName
{
border-color: #F4BF4D;
}
.TagClassName
{
border-color: #F4BF4D;
}
</style>