Shades of Cream Can #F5BE5A
Tints of Cream Can #F5BE5A
RGB
CMYK
RGB Variations
Color information
#F5BE5A (or 0xF5BE5A) is known color: Cream Can. HEX triplet: F5, BE and 5A. RGB value is (245,190,90). Sum of RGB (Red+Green+Blue) = 245+190+90=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE5A is #0A41A5. Grayscale: #C3C3C3. Windows color (decimal): -672166 or 5947125. OLE color: 5947125.
HSL color Cylindrical-coordinate representation of color #F5BE5A: hue angle of 38.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5BE5A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 90 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.04 |
| HSL | 38.71º | 0.89% | 0.66% | - |
| HSV(B) | 38.71º | 0.63% | 0.96% | - |
| XYZ | 57.92 | 56.98 | 17.62 | - |
| YUV | 195.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 90 | 0 | 0.22 | 0.63 | 0.04 | 38.71 | 0.89 | 0.66 |
| Hex | F5 | BE | 5A | 0 | 16 | 3F | 4 | 27 | 59 | 42 |
| Octal | 365 | 276 | 132 | 0 | 26 | 77 | 4 | 47 | 131 | 102 |
| Binary | 11110101 | 10111110 | 1011010 | 0 | 10110 | 111111 | 100 | 100111 | 1011001 | 1000010 |
Color Harmonies of #F5BE5A
Complementary color
Monochromatic Colors of #F5BE5A
Black with #F5BE5A
Text Example
Text Example
White with #F5BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE5A; }
p { color: rgb(245,190,90); }
H1.HeaderClassName
{
color: #F5BE5A;
}
.AnyTagClassName
{
color: #F5BE5A;
}
</style>
background-color css
<style>
a { background-color: #F5BE5A; }
a { background-color: rgb(245,190,90); }
div.DivClassName
{
background-color: #F5BE5A;
}
.BgClassName
{
background-color: #F5BE5A;
}
</style>
border-color css
<style>
span { border-color: #F5BE5A; }
span { border-color: rgb(245,190,90); }
td.TdClassName
{
border-color: #F5BE5A;
}
.TagClassName
{
border-color: #F5BE5A;
}
</style>