Shades of Cream Can #F5BB4D
Tints of Cream Can #F5BB4D
RGB
CMYK
RGB Variations
Color information
#F5BB4D (or 0xF5BB4D) is known color: Cream Can. HEX triplet: F5, BB and 4D. RGB value is (245,187,77). Sum of RGB (Red+Green+Blue) = 245+187+77=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB4D is #0A44B2. Grayscale: #C0C0C0. Windows color (decimal): -672947 or 5094389. OLE color: 5094389.
HSL color Cylindrical-coordinate representation of color #F5BB4D: hue angle of 39.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5BB4D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 77 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.04 |
| HSL | 39.29º | 0.89% | 0.63% | - |
| HSV(B) | 39.29º | 0.69% | 0.96% | - |
| XYZ | 56.77 | 55.49 | 14.74 | - |
| YUV | 191.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 77 | 0 | 0.24 | 0.69 | 0.04 | 39.29 | 0.89 | 0.63 |
| Hex | F5 | BB | 4D | 0 | 18 | 45 | 4 | 27 | 59 | 3F |
| Octal | 365 | 273 | 115 | 0 | 30 | 105 | 4 | 47 | 131 | 77 |
| Binary | 11110101 | 10111011 | 1001101 | 0 | 11000 | 1000101 | 100 | 100111 | 1011001 | 111111 |
Color Harmonies of #F5BB4D
Complementary color
Monochromatic Colors of #F5BB4D
Black with #F5BB4D
Text Example
Text Example
White with #F5BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB4D; }
p { color: rgb(245,187,77); }
H1.HeaderClassName
{
color: #F5BB4D;
}
.AnyTagClassName
{
color: #F5BB4D;
}
</style>
background-color css
<style>
a { background-color: #F5BB4D; }
a { background-color: rgb(245,187,77); }
div.DivClassName
{
background-color: #F5BB4D;
}
.BgClassName
{
background-color: #F5BB4D;
}
</style>
border-color css
<style>
span { border-color: #F5BB4D; }
span { border-color: rgb(245,187,77); }
td.TdClassName
{
border-color: #F5BB4D;
}
.TagClassName
{
border-color: #F5BB4D;
}
</style>