Shades of Cream Can #F5BB45
Tints of Cream Can #F5BB45
RGB
CMYK
RGB Variations
Color information
#F5BB45 (or 0xF5BB45) is known color: Cream Can. HEX triplet: F5, BB and 45. RGB value is (245,187,69). Sum of RGB (Red+Green+Blue) = 245+187+69=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB45 is #0A44BA. Grayscale: #BFBFBF. Windows color (decimal): -672955 or 4570101. OLE color: 4570101.
HSL color Cylindrical-coordinate representation of color #F5BB45: hue angle of 40.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5BB45 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 69 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.04 |
| HSL | 40.23º | 0.9% | 0.62% | - |
| HSV(B) | 40.23º | 0.72% | 0.96% | - |
| XYZ | 56.5 | 55.38 | 13.34 | - |
| YUV | 190.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 69 | 0 | 0.24 | 0.72 | 0.04 | 40.23 | 0.9 | 0.62 |
| Hex | F5 | BB | 45 | 0 | 18 | 48 | 4 | 28 | 5A | 3E |
| Octal | 365 | 273 | 105 | 0 | 30 | 110 | 4 | 50 | 132 | 76 |
| Binary | 11110101 | 10111011 | 1000101 | 0 | 11000 | 1001000 | 100 | 101000 | 1011010 | 111110 |
Color Harmonies of #F5BB45
Complementary color
Monochromatic Colors of #F5BB45
Black with #F5BB45
Text Example
Text Example
White with #F5BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB45; }
p { color: rgb(245,187,69); }
H1.HeaderClassName
{
color: #F5BB45;
}
.AnyTagClassName
{
color: #F5BB45;
}
</style>
background-color css
<style>
a { background-color: #F5BB45; }
a { background-color: rgb(245,187,69); }
div.DivClassName
{
background-color: #F5BB45;
}
.BgClassName
{
background-color: #F5BB45;
}
</style>
border-color css
<style>
span { border-color: #F5BB45; }
span { border-color: rgb(245,187,69); }
td.TdClassName
{
border-color: #F5BB45;
}
.TagClassName
{
border-color: #F5BB45;
}
</style>