Shades of Cream Can #F6BA4A
Tints of Cream Can #F6BA4A
RGB
CMYK
RGB Variations
Color information
#F6BA4A (or 0xF6BA4A) is known color: Cream Can. HEX triplet: F6, BA and 4A. RGB value is (246,186,74). Sum of RGB (Red+Green+Blue) = 246+186+74=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA4A is #0945B5. Grayscale: #BFBFBF. Windows color (decimal): -607670 or 4897526. OLE color: 4897526.
HSL color Cylindrical-coordinate representation of color #F6BA4A: hue angle of 39.07º degrees, saturation: 0.91, 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 #F6BA4A is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 74 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.04 |
| HSL | 39.07º | 0.91% | 0.63% | - |
| HSV(B) | 39.07º | 0.7% | 0.96% | - |
| XYZ | 56.8 | 55.21 | 14.14 | - |
| YUV | 191.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 74 | 0 | 0.24 | 0.70 | 0.04 | 39.07 | 0.91 | 0.63 |
| Hex | F6 | BA | 4A | 0 | 18 | 46 | 4 | 27 | 5B | 3F |
| Octal | 366 | 272 | 112 | 0 | 30 | 106 | 4 | 47 | 133 | 77 |
| Binary | 11110110 | 10111010 | 1001010 | 0 | 11000 | 1000110 | 100 | 100111 | 1011011 | 111111 |
Color Harmonies of #F6BA4A
Complementary color
Monochromatic Colors of #F6BA4A
Black with #F6BA4A
Text Example
Text Example
White with #F6BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA4A; }
p { color: rgb(246,186,74); }
H1.HeaderClassName
{
color: #F6BA4A;
}
.AnyTagClassName
{
color: #F6BA4A;
}
</style>
background-color css
<style>
a { background-color: #F6BA4A; }
a { background-color: rgb(246,186,74); }
div.DivClassName
{
background-color: #F6BA4A;
}
.BgClassName
{
background-color: #F6BA4A;
}
</style>
border-color css
<style>
span { border-color: #F6BA4A; }
span { border-color: rgb(246,186,74); }
td.TdClassName
{
border-color: #F6BA4A;
}
.TagClassName
{
border-color: #F6BA4A;
}
</style>