Shades of Cream Can #F5BE4C
Tints of Cream Can #F5BE4C
RGB
CMYK
RGB Variations
Color information
#F5BE4C (or 0xF5BE4C) is known color: Cream Can. HEX triplet: F5, BE and 4C. RGB value is (245,190,76). Sum of RGB (Red+Green+Blue) = 245+190+76=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE4C is #0A41B3. Grayscale: #C1C1C1. Windows color (decimal): -672180 or 5029621. OLE color: 5029621.
HSL color Cylindrical-coordinate representation of color #F5BE4C: hue angle of 40.47º 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 #F5BE4C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 76 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.04 |
| HSL | 40.47º | 0.89% | 0.63% | - |
| HSV(B) | 40.47º | 0.69% | 0.96% | - |
| XYZ | 57.37 | 56.76 | 14.77 | - |
| YUV | 193.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 76 | 0 | 0.22 | 0.69 | 0.04 | 40.47 | 0.89 | 0.63 |
| Hex | F5 | BE | 4C | 0 | 16 | 45 | 4 | 28 | 59 | 3F |
| Octal | 365 | 276 | 114 | 0 | 26 | 105 | 4 | 50 | 131 | 77 |
| Binary | 11110101 | 10111110 | 1001100 | 0 | 10110 | 1000101 | 100 | 101000 | 1011001 | 111111 |
Color Harmonies of #F5BE4C
Complementary color
Monochromatic Colors of #F5BE4C
Black with #F5BE4C
Text Example
Text Example
White with #F5BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE4C; }
p { color: rgb(245,190,76); }
H1.HeaderClassName
{
color: #F5BE4C;
}
.AnyTagClassName
{
color: #F5BE4C;
}
</style>
background-color css
<style>
a { background-color: #F5BE4C; }
a { background-color: rgb(245,190,76); }
div.DivClassName
{
background-color: #F5BE4C;
}
.BgClassName
{
background-color: #F5BE4C;
}
</style>
border-color css
<style>
span { border-color: #F5BE4C; }
span { border-color: rgb(245,190,76); }
td.TdClassName
{
border-color: #F5BE4C;
}
.TagClassName
{
border-color: #F5BE4C;
}
</style>