Shades of Cream Can #F5BC44
Tints of Cream Can #F5BC44
RGB
CMYK
RGB Variations
Color information
#F5BC44 (or 0xF5BC44) is known color: Cream Can. HEX triplet: F5, BC and 44. RGB value is (245,188,68). Sum of RGB (Red+Green+Blue) = 245+188+68=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC44 is #0A43BB. Grayscale: #BFBFBF. Windows color (decimal): -672700 or 4504821. OLE color: 4504821.
HSL color Cylindrical-coordinate representation of color #F5BC44: hue angle of 40.68º 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 #F5BC44 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 68 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.04 |
| HSL | 40.68º | 0.9% | 0.61% | - |
| HSV(B) | 40.68º | 0.72% | 0.96% | - |
| XYZ | 56.68 | 55.8 | 13.25 | - |
| YUV | 191.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 68 | 0 | 0.23 | 0.72 | 0.04 | 40.68 | 0.9 | 0.61 |
| Hex | F5 | BC | 44 | 0 | 17 | 48 | 4 | 29 | 5A | 3D |
| Octal | 365 | 274 | 104 | 0 | 27 | 110 | 4 | 51 | 132 | 75 |
| Binary | 11110101 | 10111100 | 1000100 | 0 | 10111 | 1001000 | 100 | 101001 | 1011010 | 111101 |
Color Harmonies of #F5BC44
Complementary color
Monochromatic Colors of #F5BC44
Black with #F5BC44
Text Example
Text Example
White with #F5BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC44; }
p { color: rgb(245,188,68); }
H1.HeaderClassName
{
color: #F5BC44;
}
.AnyTagClassName
{
color: #F5BC44;
}
</style>
background-color css
<style>
a { background-color: #F5BC44; }
a { background-color: rgb(245,188,68); }
div.DivClassName
{
background-color: #F5BC44;
}
.BgClassName
{
background-color: #F5BC44;
}
</style>
border-color css
<style>
span { border-color: #F5BC44; }
span { border-color: rgb(245,188,68); }
td.TdClassName
{
border-color: #F5BC44;
}
.TagClassName
{
border-color: #F5BC44;
}
</style>