Shades of Casablanca #F6BA4E
Tints of Casablanca #F6BA4E
RGB
CMYK
RGB Variations
Color information
#F6BA4E (or 0xF6BA4E) is known color: Casablanca. HEX triplet: F6, BA and 4E. RGB value is (246,186,78). Sum of RGB (Red+Green+Blue) = 246+186+78=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA4E is #0945B1. Grayscale: #C0C0C0. Windows color (decimal): -607666 or 5159670. OLE color: 5159670.
HSL color Cylindrical-coordinate representation of color #F6BA4E: hue angle of 38.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6BA4E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 78 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.04 |
| HSL | 38.57º | 0.9% | 0.64% | - |
| HSV(B) | 38.57º | 0.68% | 0.96% | - |
| XYZ | 56.94 | 55.26 | 14.87 | - |
| YUV | 191.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 78 | 0 | 0.24 | 0.68 | 0.04 | 38.57 | 0.9 | 0.64 |
| Hex | F6 | BA | 4E | 0 | 18 | 44 | 4 | 27 | 5A | 40 |
| Octal | 366 | 272 | 116 | 0 | 30 | 104 | 4 | 47 | 132 | 100 |
| Binary | 11110110 | 10111010 | 1001110 | 0 | 11000 | 1000100 | 100 | 100111 | 1011010 | 1000000 |
Color Harmonies of #F6BA4E
Complementary color
Monochromatic Colors of #F6BA4E
Black with #F6BA4E
Text Example
Text Example
White with #F6BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA4E; }
p { color: rgb(246,186,78); }
H1.HeaderClassName
{
color: #F6BA4E;
}
.AnyTagClassName
{
color: #F6BA4E;
}
</style>
background-color css
<style>
a { background-color: #F6BA4E; }
a { background-color: rgb(246,186,78); }
div.DivClassName
{
background-color: #F6BA4E;
}
.BgClassName
{
background-color: #F6BA4E;
}
</style>
border-color css
<style>
span { border-color: #F6BA4E; }
span { border-color: rgb(246,186,78); }
td.TdClassName
{
border-color: #F6BA4E;
}
.TagClassName
{
border-color: #F6BA4E;
}
</style>