Shades of Cream Can #F5BE4D
Tints of Cream Can #F5BE4D
RGB
CMYK
RGB Variations
Color information
#F5BE4D (or 0xF5BE4D) is known color: Cream Can. HEX triplet: F5, BE and 4D. RGB value is (245,190,77). Sum of RGB (Red+Green+Blue) = 245+190+77=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE4D is #0A41B2. Grayscale: #C2C2C2. Windows color (decimal): -672179 or 5095157. OLE color: 5095157.
HSL color Cylindrical-coordinate representation of color #F5BE4D: hue angle of 40.36º 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 #F5BE4D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 77 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.04 |
| HSL | 40.36º | 0.89% | 0.63% | - |
| HSV(B) | 40.36º | 0.69% | 0.96% | - |
| XYZ | 57.41 | 56.78 | 14.95 | - |
| YUV | 193.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 77 | 0 | 0.22 | 0.69 | 0.04 | 40.36 | 0.89 | 0.63 |
| Hex | F5 | BE | 4D | 0 | 16 | 45 | 4 | 28 | 59 | 3F |
| Octal | 365 | 276 | 115 | 0 | 26 | 105 | 4 | 50 | 131 | 77 |
| Binary | 11110101 | 10111110 | 1001101 | 0 | 10110 | 1000101 | 100 | 101000 | 1011001 | 111111 |
Color Harmonies of #F5BE4D
Complementary color
Monochromatic Colors of #F5BE4D
Black with #F5BE4D
Text Example
Text Example
White with #F5BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE4D; }
p { color: rgb(245,190,77); }
H1.HeaderClassName
{
color: #F5BE4D;
}
.AnyTagClassName
{
color: #F5BE4D;
}
</style>
background-color css
<style>
a { background-color: #F5BE4D; }
a { background-color: rgb(245,190,77); }
div.DivClassName
{
background-color: #F5BE4D;
}
.BgClassName
{
background-color: #F5BE4D;
}
</style>
border-color css
<style>
span { border-color: #F5BE4D; }
span { border-color: rgb(245,190,77); }
td.TdClassName
{
border-color: #F5BE4D;
}
.TagClassName
{
border-color: #F5BE4D;
}
</style>