Shades of Cream Can #F5BF4A
Tints of Cream Can #F5BF4A
RGB
CMYK
RGB Variations
Color information
#F5BF4A (or 0xF5BF4A) is known color: Cream Can. HEX triplet: F5, BF and 4A. RGB value is (245,191,74). Sum of RGB (Red+Green+Blue) = 245+191+74=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF4A is #0A40B5. Grayscale: #C2C2C2. Windows color (decimal): -671926 or 4898805. OLE color: 4898805.
HSL color Cylindrical-coordinate representation of color #F5BF4A: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5BF4A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 74 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.04 |
| HSL | 41.05º | 0.9% | 0.63% | - |
| HSV(B) | 41.05º | 0.7% | 0.96% | - |
| XYZ | 57.52 | 57.17 | 14.48 | - |
| YUV | 193.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 74 | 0 | 0.22 | 0.70 | 0.04 | 41.05 | 0.9 | 0.63 |
| Hex | F5 | BF | 4A | 0 | 16 | 46 | 4 | 29 | 5A | 3F |
| Octal | 365 | 277 | 112 | 0 | 26 | 106 | 4 | 51 | 132 | 77 |
| Binary | 11110101 | 10111111 | 1001010 | 0 | 10110 | 1000110 | 100 | 101001 | 1011010 | 111111 |
Color Harmonies of #F5BF4A
Complementary color
Monochromatic Colors of #F5BF4A
Black with #F5BF4A
Text Example
Text Example
White with #F5BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF4A; }
p { color: rgb(245,191,74); }
H1.HeaderClassName
{
color: #F5BF4A;
}
.AnyTagClassName
{
color: #F5BF4A;
}
</style>
background-color css
<style>
a { background-color: #F5BF4A; }
a { background-color: rgb(245,191,74); }
div.DivClassName
{
background-color: #F5BF4A;
}
.BgClassName
{
background-color: #F5BF4A;
}
</style>
border-color css
<style>
span { border-color: #F5BF4A; }
span { border-color: rgb(245,191,74); }
td.TdClassName
{
border-color: #F5BF4A;
}
.TagClassName
{
border-color: #F5BF4A;
}
</style>