Shades of Cream Can #F5BE4E
Tints of Cream Can #F5BE4E
RGB
CMYK
RGB Variations
Color information
#F5BE4E (or 0xF5BE4E) is known color: Cream Can. HEX triplet: F5, BE and 4E. RGB value is (245,190,78). Sum of RGB (Red+Green+Blue) = 245+190+78=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE4E is #0A41B1. Grayscale: #C2C2C2. Windows color (decimal): -672178 or 5160693. OLE color: 5160693.
HSL color Cylindrical-coordinate representation of color #F5BE4E: hue angle of 40.24º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5BE4E is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 78 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.04 |
| HSL | 40.24º | 0.89% | 0.63% | - |
| HSV(B) | 40.24º | 0.68% | 0.96% | - |
| XYZ | 57.44 | 56.79 | 15.14 | - |
| YUV | 193.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 78 | 0 | 0.22 | 0.68 | 0.04 | 40.24 | 0.89 | 0.63 |
| Hex | F5 | BE | 4E | 0 | 16 | 44 | 4 | 28 | 59 | 3F |
| Octal | 365 | 276 | 116 | 0 | 26 | 104 | 4 | 50 | 131 | 77 |
| Binary | 11110101 | 10111110 | 1001110 | 0 | 10110 | 1000100 | 100 | 101000 | 1011001 | 111111 |
Color Harmonies of #F5BE4E
Complementary color
Monochromatic Colors of #F5BE4E
Black with #F5BE4E
Text Example
Text Example
White with #F5BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE4E; }
p { color: rgb(245,190,78); }
H1.HeaderClassName
{
color: #F5BE4E;
}
.AnyTagClassName
{
color: #F5BE4E;
}
</style>
background-color css
<style>
a { background-color: #F5BE4E; }
a { background-color: rgb(245,190,78); }
div.DivClassName
{
background-color: #F5BE4E;
}
.BgClassName
{
background-color: #F5BE4E;
}
</style>
border-color css
<style>
span { border-color: #F5BE4E; }
span { border-color: rgb(245,190,78); }
td.TdClassName
{
border-color: #F5BE4E;
}
.TagClassName
{
border-color: #F5BE4E;
}
</style>