Shades of Casablanca #F6BA59
Tints of Casablanca #F6BA59
RGB
CMYK
RGB Variations
Color information
#F6BA59 (or 0xF6BA59) is known color: Casablanca. HEX triplet: F6, BA and 59. RGB value is (246,186,89). Sum of RGB (Red+Green+Blue) = 246+186+89=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA59 is #0945A6. Grayscale: #C1C1C1. Windows color (decimal): -607655 or 5880566. OLE color: 5880566.
HSL color Cylindrical-coordinate representation of color #F6BA59: hue angle of 37.07º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6BA59 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 89 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.04 |
| HSL | 37.07º | 0.9% | 0.66% | - |
| HSV(B) | 37.07º | 0.64% | 0.96% | - |
| XYZ | 57.37 | 55.43 | 17.13 | - |
| YUV | 192.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 89 | 0 | 0.24 | 0.64 | 0.04 | 37.07 | 0.9 | 0.66 |
| Hex | F6 | BA | 59 | 0 | 18 | 40 | 4 | 25 | 5A | 42 |
| Octal | 366 | 272 | 131 | 0 | 30 | 100 | 4 | 45 | 132 | 102 |
| Binary | 11110110 | 10111010 | 1011001 | 0 | 11000 | 1000000 | 100 | 100101 | 1011010 | 1000010 |
Color Harmonies of #F6BA59
Complementary color
Monochromatic Colors of #F6BA59
Black with #F6BA59
Text Example
Text Example
White with #F6BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA59; }
p { color: rgb(246,186,89); }
H1.HeaderClassName
{
color: #F6BA59;
}
.AnyTagClassName
{
color: #F6BA59;
}
</style>
background-color css
<style>
a { background-color: #F6BA59; }
a { background-color: rgb(246,186,89); }
div.DivClassName
{
background-color: #F6BA59;
}
.BgClassName
{
background-color: #F6BA59;
}
</style>
border-color css
<style>
span { border-color: #F6BA59; }
span { border-color: rgb(246,186,89); }
td.TdClassName
{
border-color: #F6BA59;
}
.TagClassName
{
border-color: #F6BA59;
}
</style>