Shades of Cream Can #F4BA45
Tints of Cream Can #F4BA45
RGB
CMYK
RGB Variations
Color information
#F4BA45 (or 0xF4BA45) is known color: Cream Can. HEX triplet: F4, BA and 45. RGB value is (244,186,69). Sum of RGB (Red+Green+Blue) = 244+186+69=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BA45 is #0B45BA. Grayscale: #BEBEBE. Windows color (decimal): -738747 or 4569844. OLE color: 4569844.
HSL color Cylindrical-coordinate representation of color #F4BA45: hue angle of 40.11º 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 #F4BA45 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 69 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.04 |
| HSL | 40.11º | 0.89% | 0.61% | - |
| HSV(B) | 40.11º | 0.72% | 0.96% | - |
| XYZ | 55.94 | 54.78 | 13.26 | - |
| YUV | 190 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 69 | 0 | 0.24 | 0.72 | 0.04 | 40.11 | 0.89 | 0.61 |
| Hex | F4 | BA | 45 | 0 | 18 | 48 | 4 | 28 | 59 | 3D |
| Octal | 364 | 272 | 105 | 0 | 30 | 110 | 4 | 50 | 131 | 75 |
| Binary | 11110100 | 10111010 | 1000101 | 0 | 11000 | 1001000 | 100 | 101000 | 1011001 | 111101 |
Color Harmonies of #F4BA45
Complementary color
Monochromatic Colors of #F4BA45
Black with #F4BA45
Text Example
Text Example
White with #F4BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA45; }
p { color: rgb(244,186,69); }
H1.HeaderClassName
{
color: #F4BA45;
}
.AnyTagClassName
{
color: #F4BA45;
}
</style>
background-color css
<style>
a { background-color: #F4BA45; }
a { background-color: rgb(244,186,69); }
div.DivClassName
{
background-color: #F4BA45;
}
.BgClassName
{
background-color: #F4BA45;
}
</style>
border-color css
<style>
span { border-color: #F4BA45; }
span { border-color: rgb(244,186,69); }
td.TdClassName
{
border-color: #F4BA45;
}
.TagClassName
{
border-color: #F4BA45;
}
</style>