Shades of Cream Can #F6BB4D
Tints of Cream Can #F6BB4D
RGB
CMYK
RGB Variations
Color information
#F6BB4D (or 0xF6BB4D) is known color: Cream Can. HEX triplet: F6, BB and 4D. RGB value is (246,187,77). Sum of RGB (Red+Green+Blue) = 246+187+77=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BB4D is #0944B2. Grayscale: #C0C0C0. Windows color (decimal): -607411 or 5094390. OLE color: 5094390.
HSL color Cylindrical-coordinate representation of color #F6BB4D: hue angle of 39.05º degrees, saturation: 0.9, 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 #F6BB4D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 77 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.04 |
| HSL | 39.05º | 0.9% | 0.63% | - |
| HSV(B) | 39.05º | 0.69% | 0.96% | - |
| XYZ | 57.12 | 55.67 | 14.76 | - |
| YUV | 192.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 77 | 0 | 0.24 | 0.69 | 0.04 | 39.05 | 0.9 | 0.63 |
| Hex | F6 | BB | 4D | 0 | 18 | 45 | 4 | 27 | 5A | 3F |
| Octal | 366 | 273 | 115 | 0 | 30 | 105 | 4 | 47 | 132 | 77 |
| Binary | 11110110 | 10111011 | 1001101 | 0 | 11000 | 1000101 | 100 | 100111 | 1011010 | 111111 |
Color Harmonies of #F6BB4D
Complementary color
Monochromatic Colors of #F6BB4D
Black with #F6BB4D
Text Example
Text Example
White with #F6BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BB4D; }
p { color: rgb(246,187,77); }
H1.HeaderClassName
{
color: #F6BB4D;
}
.AnyTagClassName
{
color: #F6BB4D;
}
</style>
background-color css
<style>
a { background-color: #F6BB4D; }
a { background-color: rgb(246,187,77); }
div.DivClassName
{
background-color: #F6BB4D;
}
.BgClassName
{
background-color: #F6BB4D;
}
</style>
border-color css
<style>
span { border-color: #F6BB4D; }
span { border-color: rgb(246,187,77); }
td.TdClassName
{
border-color: #F6BB4D;
}
.TagClassName
{
border-color: #F6BB4D;
}
</style>