Shades of Casablanca #F6BA52
Tints of Casablanca #F6BA52
RGB
CMYK
RGB Variations
Color information
#F6BA52 (or 0xF6BA52) is known color: Casablanca. HEX triplet: F6, BA and 52. RGB value is (246,186,82). Sum of RGB (Red+Green+Blue) = 246+186+82=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA52 is #0945AD. Grayscale: #C0C0C0. Windows color (decimal): -607662 or 5421814. OLE color: 5421814.
HSL color Cylindrical-coordinate representation of color #F6BA52: hue angle of 38.05º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6BA52 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 82 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.04 |
| HSL | 38.05º | 0.9% | 0.64% | - |
| HSV(B) | 38.05º | 0.67% | 0.96% | - |
| XYZ | 57.09 | 55.32 | 15.65 | - |
| YUV | 192.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 82 | 0 | 0.24 | 0.67 | 0.04 | 38.05 | 0.9 | 0.64 |
| Hex | F6 | BA | 52 | 0 | 18 | 43 | 4 | 26 | 5A | 40 |
| Octal | 366 | 272 | 122 | 0 | 30 | 103 | 4 | 46 | 132 | 100 |
| Binary | 11110110 | 10111010 | 1010010 | 0 | 11000 | 1000011 | 100 | 100110 | 1011010 | 1000000 |
Color Harmonies of #F6BA52
Complementary color
Monochromatic Colors of #F6BA52
Black with #F6BA52
Text Example
Text Example
White with #F6BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA52; }
p { color: rgb(246,186,82); }
H1.HeaderClassName
{
color: #F6BA52;
}
.AnyTagClassName
{
color: #F6BA52;
}
</style>
background-color css
<style>
a { background-color: #F6BA52; }
a { background-color: rgb(246,186,82); }
div.DivClassName
{
background-color: #F6BA52;
}
.BgClassName
{
background-color: #F6BA52;
}
</style>
border-color css
<style>
span { border-color: #F6BA52; }
span { border-color: rgb(246,186,82); }
td.TdClassName
{
border-color: #F6BA52;
}
.TagClassName
{
border-color: #F6BA52;
}
</style>