Shades of Cream Can #F4BD49
Tints of Cream Can #F4BD49
RGB
CMYK
RGB Variations
Color information
#F4BD49 (or 0xF4BD49) is known color: Cream Can. HEX triplet: F4, BD and 49. RGB value is (244,189,73). Sum of RGB (Red+Green+Blue) = 244+189+73=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BD49 is #0B42B6. Grayscale: #C0C0C0. Windows color (decimal): -737975 or 4832756. OLE color: 4832756.
HSL color Cylindrical-coordinate representation of color #F4BD49: hue angle of 40.7º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4BD49 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 73 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.04 |
| HSL | 40.7º | 0.89% | 0.62% | - |
| HSV(B) | 40.7º | 0.7% | 0.96% | - |
| XYZ | 56.71 | 56.11 | 14.14 | - |
| YUV | 192.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 73 | 0 | 0.23 | 0.70 | 0.04 | 40.7 | 0.89 | 0.62 |
| Hex | F4 | BD | 49 | 0 | 17 | 46 | 4 | 29 | 59 | 3E |
| Octal | 364 | 275 | 111 | 0 | 27 | 106 | 4 | 51 | 131 | 76 |
| Binary | 11110100 | 10111101 | 1001001 | 0 | 10111 | 1000110 | 100 | 101001 | 1011001 | 111110 |
Color Harmonies of #F4BD49
Complementary color
Monochromatic Colors of #F4BD49
Black with #F4BD49
Text Example
Text Example
White with #F4BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD49; }
p { color: rgb(244,189,73); }
H1.HeaderClassName
{
color: #F4BD49;
}
.AnyTagClassName
{
color: #F4BD49;
}
</style>
background-color css
<style>
a { background-color: #F4BD49; }
a { background-color: rgb(244,189,73); }
div.DivClassName
{
background-color: #F4BD49;
}
.BgClassName
{
background-color: #F4BD49;
}
</style>
border-color css
<style>
span { border-color: #F4BD49; }
span { border-color: rgb(244,189,73); }
td.TdClassName
{
border-color: #F4BD49;
}
.TagClassName
{
border-color: #F4BD49;
}
</style>