Shades of Cream Can #F5BF52
Tints of Cream Can #F5BF52
RGB
CMYK
RGB Variations
Color information
#F5BF52 (or 0xF5BF52) is known color: Cream Can. HEX triplet: F5, BF and 52. RGB value is (245,191,82). Sum of RGB (Red+Green+Blue) = 245+191+82=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BF52 is #0A40AD. Grayscale: #C3C3C3. Windows color (decimal): -671918 or 5423093. OLE color: 5423093.
HSL color Cylindrical-coordinate representation of color #F5BF52: hue angle of 40.12º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5BF52 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 82 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.04 |
| HSL | 40.12º | 0.89% | 0.64% | - |
| HSV(B) | 40.12º | 0.67% | 0.96% | - |
| XYZ | 57.81 | 57.28 | 15.99 | - |
| YUV | 194.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 82 | 0 | 0.22 | 0.67 | 0.04 | 40.12 | 0.89 | 0.64 |
| Hex | F5 | BF | 52 | 0 | 16 | 43 | 4 | 28 | 59 | 40 |
| Octal | 365 | 277 | 122 | 0 | 26 | 103 | 4 | 50 | 131 | 100 |
| Binary | 11110101 | 10111111 | 1010010 | 0 | 10110 | 1000011 | 100 | 101000 | 1011001 | 1000000 |
Color Harmonies of #F5BF52
Complementary color
Monochromatic Colors of #F5BF52
Black with #F5BF52
Text Example
Text Example
White with #F5BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF52; }
p { color: rgb(245,191,82); }
H1.HeaderClassName
{
color: #F5BF52;
}
.AnyTagClassName
{
color: #F5BF52;
}
</style>
background-color css
<style>
a { background-color: #F5BF52; }
a { background-color: rgb(245,191,82); }
div.DivClassName
{
background-color: #F5BF52;
}
.BgClassName
{
background-color: #F5BF52;
}
</style>
border-color css
<style>
span { border-color: #F5BF52; }
span { border-color: rgb(245,191,82); }
td.TdClassName
{
border-color: #F5BF52;
}
.TagClassName
{
border-color: #F5BF52;
}
</style>