Shades of Casablanca #F6BA54
Tints of Casablanca #F6BA54
RGB
CMYK
RGB Variations
Color information
#F6BA54 (or 0xF6BA54) is known color: Casablanca. HEX triplet: F6, BA and 54. RGB value is (246,186,84). Sum of RGB (Red+Green+Blue) = 246+186+84=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA54 is #0945AB. Grayscale: #C0C0C0. Windows color (decimal): -607660 or 5552886. OLE color: 5552886.
HSL color Cylindrical-coordinate representation of color #F6BA54: hue angle of 37.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6BA54 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 84 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.04 |
| HSL | 37.78º | 0.9% | 0.65% | - |
| HSV(B) | 37.78º | 0.66% | 0.96% | - |
| XYZ | 57.17 | 55.35 | 16.06 | - |
| YUV | 192.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 84 | 0 | 0.24 | 0.66 | 0.04 | 37.78 | 0.9 | 0.65 |
| Hex | F6 | BA | 54 | 0 | 18 | 42 | 4 | 26 | 5A | 41 |
| Octal | 366 | 272 | 124 | 0 | 30 | 102 | 4 | 46 | 132 | 101 |
| Binary | 11110110 | 10111010 | 1010100 | 0 | 11000 | 1000010 | 100 | 100110 | 1011010 | 1000001 |
Color Harmonies of #F6BA54
Complementary color
Monochromatic Colors of #F6BA54
Black with #F6BA54
Text Example
Text Example
White with #F6BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA54; }
p { color: rgb(246,186,84); }
H1.HeaderClassName
{
color: #F6BA54;
}
.AnyTagClassName
{
color: #F6BA54;
}
</style>
background-color css
<style>
a { background-color: #F6BA54; }
a { background-color: rgb(246,186,84); }
div.DivClassName
{
background-color: #F6BA54;
}
.BgClassName
{
background-color: #F6BA54;
}
</style>
border-color css
<style>
span { border-color: #F6BA54; }
span { border-color: rgb(246,186,84); }
td.TdClassName
{
border-color: #F6BA54;
}
.TagClassName
{
border-color: #F6BA54;
}
</style>