Shades of Casablanca #F6BA50
Tints of Casablanca #F6BA50
RGB
CMYK
RGB Variations
Color information
#F6BA50 (or 0xF6BA50) is known color: Casablanca. HEX triplet: F6, BA and 50. RGB value is (246,186,80). Sum of RGB (Red+Green+Blue) = 246+186+80=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA50 is #0945AF. Grayscale: #C0C0C0. Windows color (decimal): -607664 or 5290742. OLE color: 5290742.
HSL color Cylindrical-coordinate representation of color #F6BA50: hue angle of 38.31º 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 #F6BA50 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 80 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.04 |
| HSL | 38.31º | 0.9% | 0.64% | - |
| HSV(B) | 38.31º | 0.67% | 0.96% | - |
| XYZ | 57.01 | 55.29 | 15.26 | - |
| YUV | 191.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 80 | 0 | 0.24 | 0.67 | 0.04 | 38.31 | 0.9 | 0.64 |
| Hex | F6 | BA | 50 | 0 | 18 | 43 | 4 | 26 | 5A | 40 |
| Octal | 366 | 272 | 120 | 0 | 30 | 103 | 4 | 46 | 132 | 100 |
| Binary | 11110110 | 10111010 | 1010000 | 0 | 11000 | 1000011 | 100 | 100110 | 1011010 | 1000000 |
Color Harmonies of #F6BA50
Complementary color
Monochromatic Colors of #F6BA50
Black with #F6BA50
Text Example
Text Example
White with #F6BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA50; }
p { color: rgb(246,186,80); }
H1.HeaderClassName
{
color: #F6BA50;
}
.AnyTagClassName
{
color: #F6BA50;
}
</style>
background-color css
<style>
a { background-color: #F6BA50; }
a { background-color: rgb(246,186,80); }
div.DivClassName
{
background-color: #F6BA50;
}
.BgClassName
{
background-color: #F6BA50;
}
</style>
border-color css
<style>
span { border-color: #F6BA50; }
span { border-color: rgb(246,186,80); }
td.TdClassName
{
border-color: #F6BA50;
}
.TagClassName
{
border-color: #F6BA50;
}
</style>