Shades of Cream Can #F5BA44
Tints of Cream Can #F5BA44
RGB
CMYK
RGB Variations
Color information
#F5BA44 (or 0xF5BA44) is known color: Cream Can. HEX triplet: F5, BA and 44. RGB value is (245,186,68). Sum of RGB (Red+Green+Blue) = 245+186+68=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA44 is #0A45BB. Grayscale: #BEBEBE. Windows color (decimal): -673212 or 4504309. OLE color: 4504309.
HSL color Cylindrical-coordinate representation of color #F5BA44: hue angle of 40º degrees, saturation: 0.9, 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 #F5BA44 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 68 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.04 |
| HSL | 40º | 0.9% | 0.61% | - |
| HSV(B) | 40º | 0.72% | 0.96% | - |
| XYZ | 56.26 | 54.95 | 13.11 | - |
| YUV | 190.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 68 | 0 | 0.24 | 0.72 | 0.04 | 40 | 0.9 | 0.61 |
| Hex | F5 | BA | 44 | 0 | 18 | 48 | 4 | 28 | 5A | 3D |
| Octal | 365 | 272 | 104 | 0 | 30 | 110 | 4 | 50 | 132 | 75 |
| Binary | 11110101 | 10111010 | 1000100 | 0 | 11000 | 1001000 | 100 | 101000 | 1011010 | 111101 |
Color Harmonies of #F5BA44
Complementary color
Monochromatic Colors of #F5BA44
Black with #F5BA44
Text Example
Text Example
White with #F5BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA44; }
p { color: rgb(245,186,68); }
H1.HeaderClassName
{
color: #F5BA44;
}
.AnyTagClassName
{
color: #F5BA44;
}
</style>
background-color css
<style>
a { background-color: #F5BA44; }
a { background-color: rgb(245,186,68); }
div.DivClassName
{
background-color: #F5BA44;
}
.BgClassName
{
background-color: #F5BA44;
}
</style>
border-color css
<style>
span { border-color: #F5BA44; }
span { border-color: rgb(245,186,68); }
td.TdClassName
{
border-color: #F5BA44;
}
.TagClassName
{
border-color: #F5BA44;
}
</style>