Shades of Casablanca #F6BA5A
Tints of Casablanca #F6BA5A
RGB
CMYK
RGB Variations
Color information
#F6BA5A (or 0xF6BA5A) is known color: Casablanca. HEX triplet: F6, BA and 5A. RGB value is (246,186,90). Sum of RGB (Red+Green+Blue) = 246+186+90=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA5A is #0945A5. Grayscale: #C1C1C1. Windows color (decimal): -607654 or 5946102. OLE color: 5946102.
HSL color Cylindrical-coordinate representation of color #F6BA5A: hue angle of 36.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6BA5A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 90 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.04 |
| HSL | 36.92º | 0.9% | 0.66% | - |
| HSV(B) | 36.92º | 0.63% | 0.96% | - |
| XYZ | 57.41 | 55.45 | 17.35 | - |
| YUV | 193 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 90 | 0 | 0.24 | 0.63 | 0.04 | 36.92 | 0.9 | 0.66 |
| Hex | F6 | BA | 5A | 0 | 18 | 3F | 4 | 25 | 5A | 42 |
| Octal | 366 | 272 | 132 | 0 | 30 | 77 | 4 | 45 | 132 | 102 |
| Binary | 11110110 | 10111010 | 1011010 | 0 | 11000 | 111111 | 100 | 100101 | 1011010 | 1000010 |
Color Harmonies of #F6BA5A
Complementary color
Monochromatic Colors of #F6BA5A
Black with #F6BA5A
Text Example
Text Example
White with #F6BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA5A; }
p { color: rgb(246,186,90); }
H1.HeaderClassName
{
color: #F6BA5A;
}
.AnyTagClassName
{
color: #F6BA5A;
}
</style>
background-color css
<style>
a { background-color: #F6BA5A; }
a { background-color: rgb(246,186,90); }
div.DivClassName
{
background-color: #F6BA5A;
}
.BgClassName
{
background-color: #F6BA5A;
}
</style>
border-color css
<style>
span { border-color: #F6BA5A; }
span { border-color: rgb(246,186,90); }
td.TdClassName
{
border-color: #F6BA5A;
}
.TagClassName
{
border-color: #F6BA5A;
}
</style>