Shades of Casablanca #F6BA57
Tints of Casablanca #F6BA57
RGB
CMYK
RGB Variations
Color information
#F6BA57 (or 0xF6BA57) is known color: Casablanca. HEX triplet: F6, BA and 57. RGB value is (246,186,87). Sum of RGB (Red+Green+Blue) = 246+186+87=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA57 is #0945A8. Grayscale: #C1C1C1. Windows color (decimal): -607657 or 5749494. OLE color: 5749494.
HSL color Cylindrical-coordinate representation of color #F6BA57: hue angle of 37.36º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6BA57 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 87 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.04 |
| HSL | 37.36º | 0.9% | 0.65% | - |
| HSV(B) | 37.36º | 0.65% | 0.96% | - |
| XYZ | 57.29 | 55.4 | 16.69 | - |
| YUV | 192.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 87 | 0 | 0.24 | 0.65 | 0.04 | 37.36 | 0.9 | 0.65 |
| Hex | F6 | BA | 57 | 0 | 18 | 41 | 4 | 25 | 5A | 41 |
| Octal | 366 | 272 | 127 | 0 | 30 | 101 | 4 | 45 | 132 | 101 |
| Binary | 11110110 | 10111010 | 1010111 | 0 | 11000 | 1000001 | 100 | 100101 | 1011010 | 1000001 |
Color Harmonies of #F6BA57
Complementary color
Monochromatic Colors of #F6BA57
Black with #F6BA57
Text Example
Text Example
White with #F6BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA57; }
p { color: rgb(246,186,87); }
H1.HeaderClassName
{
color: #F6BA57;
}
.AnyTagClassName
{
color: #F6BA57;
}
</style>
background-color css
<style>
a { background-color: #F6BA57; }
a { background-color: rgb(246,186,87); }
div.DivClassName
{
background-color: #F6BA57;
}
.BgClassName
{
background-color: #F6BA57;
}
</style>
border-color css
<style>
span { border-color: #F6BA57; }
span { border-color: rgb(246,186,87); }
td.TdClassName
{
border-color: #F6BA57;
}
.TagClassName
{
border-color: #F6BA57;
}
</style>