Shades of Cream Can #F6BC4D
Tints of Cream Can #F6BC4D
RGB
CMYK
RGB Variations
Color information
#F6BC4D (or 0xF6BC4D) is known color: Cream Can. HEX triplet: F6, BC and 4D. RGB value is (246,188,77). Sum of RGB (Red+Green+Blue) = 246+188+77=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BC4D is #0943B2. Grayscale: #C1C1C1. Windows color (decimal): -607155 or 5094646. OLE color: 5094646.
HSL color Cylindrical-coordinate representation of color #F6BC4D: hue angle of 39.41º 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 #F6BC4D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 77 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.04 |
| HSL | 39.41º | 0.9% | 0.63% | - |
| HSV(B) | 39.41º | 0.69% | 0.96% | - |
| XYZ | 57.33 | 56.1 | 14.83 | - |
| YUV | 192.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 77 | 0 | 0.24 | 0.69 | 0.04 | 39.41 | 0.9 | 0.63 |
| Hex | F6 | BC | 4D | 0 | 18 | 45 | 4 | 27 | 5A | 3F |
| Octal | 366 | 274 | 115 | 0 | 30 | 105 | 4 | 47 | 132 | 77 |
| Binary | 11110110 | 10111100 | 1001101 | 0 | 11000 | 1000101 | 100 | 100111 | 1011010 | 111111 |
Color Harmonies of #F6BC4D
Complementary color
Monochromatic Colors of #F6BC4D
Black with #F6BC4D
Text Example
Text Example
White with #F6BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC4D; }
p { color: rgb(246,188,77); }
H1.HeaderClassName
{
color: #F6BC4D;
}
.AnyTagClassName
{
color: #F6BC4D;
}
</style>
background-color css
<style>
a { background-color: #F6BC4D; }
a { background-color: rgb(246,188,77); }
div.DivClassName
{
background-color: #F6BC4D;
}
.BgClassName
{
background-color: #F6BC4D;
}
</style>
border-color css
<style>
span { border-color: #F6BC4D; }
span { border-color: rgb(246,188,77); }
td.TdClassName
{
border-color: #F6BC4D;
}
.TagClassName
{
border-color: #F6BC4D;
}
</style>