Shades of Cream Can #F5BF49
Tints of Cream Can #F5BF49
RGB
CMYK
RGB Variations
Color information
#F5BF49 (or 0xF5BF49) is known color: Cream Can. HEX triplet: F5, BF and 49. RGB value is (245,191,73). Sum of RGB (Red+Green+Blue) = 245+191+73=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF49 is #0A40B6. Grayscale: #C2C2C2. Windows color (decimal): -671927 or 4833269. OLE color: 4833269.
HSL color Cylindrical-coordinate representation of color #F5BF49: hue angle of 41.16º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5BF49 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 73 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.04 |
| HSL | 41.16º | 0.9% | 0.62% | - |
| HSV(B) | 41.16º | 0.7% | 0.96% | - |
| XYZ | 57.49 | 57.16 | 14.31 | - |
| YUV | 193.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 73 | 0 | 0.22 | 0.70 | 0.04 | 41.16 | 0.9 | 0.62 |
| Hex | F5 | BF | 49 | 0 | 16 | 46 | 4 | 29 | 5A | 3E |
| Octal | 365 | 277 | 111 | 0 | 26 | 106 | 4 | 51 | 132 | 76 |
| Binary | 11110101 | 10111111 | 1001001 | 0 | 10110 | 1000110 | 100 | 101001 | 1011010 | 111110 |
Color Harmonies of #F5BF49
Complementary color
Monochromatic Colors of #F5BF49
Black with #F5BF49
Text Example
Text Example
White with #F5BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF49; }
p { color: rgb(245,191,73); }
H1.HeaderClassName
{
color: #F5BF49;
}
.AnyTagClassName
{
color: #F5BF49;
}
</style>
background-color css
<style>
a { background-color: #F5BF49; }
a { background-color: rgb(245,191,73); }
div.DivClassName
{
background-color: #F5BF49;
}
.BgClassName
{
background-color: #F5BF49;
}
</style>
border-color css
<style>
span { border-color: #F5BF49; }
span { border-color: rgb(245,191,73); }
td.TdClassName
{
border-color: #F5BF49;
}
.TagClassName
{
border-color: #F5BF49;
}
</style>