Shades of Cream Can #F4BD44
Tints of Cream Can #F4BD44
RGB
CMYK
RGB Variations
Color information
#F4BD44 (or 0xF4BD44) is known color: Cream Can. HEX triplet: F4, BD and 44. RGB value is (244,189,68). Sum of RGB (Red+Green+Blue) = 244+189+68=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BD44 is #0B42BB. Grayscale: #C0C0C0. Windows color (decimal): -737980 or 4505076. OLE color: 4505076.
HSL color Cylindrical-coordinate representation of color #F4BD44: hue angle of 41.25º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4BD44 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 68 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.04 |
| HSL | 41.25º | 0.89% | 0.61% | - |
| HSV(B) | 41.25º | 0.72% | 0.96% | - |
| XYZ | 56.55 | 56.05 | 13.31 | - |
| YUV | 191.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 68 | 0 | 0.23 | 0.72 | 0.04 | 41.25 | 0.89 | 0.61 |
| Hex | F4 | BD | 44 | 0 | 17 | 48 | 4 | 29 | 59 | 3D |
| Octal | 364 | 275 | 104 | 0 | 27 | 110 | 4 | 51 | 131 | 75 |
| Binary | 11110100 | 10111101 | 1000100 | 0 | 10111 | 1001000 | 100 | 101001 | 1011001 | 111101 |
Color Harmonies of #F4BD44
Complementary color
Monochromatic Colors of #F4BD44
Black with #F4BD44
Text Example
Text Example
White with #F4BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD44; }
p { color: rgb(244,189,68); }
H1.HeaderClassName
{
color: #F4BD44;
}
.AnyTagClassName
{
color: #F4BD44;
}
</style>
background-color css
<style>
a { background-color: #F4BD44; }
a { background-color: rgb(244,189,68); }
div.DivClassName
{
background-color: #F4BD44;
}
.BgClassName
{
background-color: #F4BD44;
}
</style>
border-color css
<style>
span { border-color: #F4BD44; }
span { border-color: rgb(244,189,68); }
td.TdClassName
{
border-color: #F4BD44;
}
.TagClassName
{
border-color: #F4BD44;
}
</style>