Shades of Casablanca #F1BA5D
Tints of Casablanca #F1BA5D
RGB
CMYK
RGB Variations
Color information
#F1BA5D (or 0xF1BA5D) is known color: Casablanca. HEX triplet: F1, BA and 5D. RGB value is (241,186,93). Sum of RGB (Red+Green+Blue) = 241+186+93=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA5D is #0E45A2. Grayscale: #C0C0C0. Windows color (decimal): -935331 or 6142705. OLE color: 6142705.
HSL color Cylindrical-coordinate representation of color #F1BA5D: hue angle of 37.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1BA5D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.05 |
| HSL | 37.7º | 0.84% | 0.65% | - |
| HSV(B) | 37.7º | 0.61% | 0.95% | - |
| XYZ | 55.81 | 54.61 | 17.95 | - |
| YUV | 191.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 93 | 0 | 0.23 | 0.61 | 0.05 | 37.7 | 0.84 | 0.65 |
| Hex | F1 | BA | 5D | 0 | 17 | 3D | 5 | 26 | 54 | 41 |
| Octal | 361 | 272 | 135 | 0 | 27 | 75 | 5 | 46 | 124 | 101 |
| Binary | 11110001 | 10111010 | 1011101 | 0 | 10111 | 111101 | 101 | 100110 | 1010100 | 1000001 |
Color Harmonies of #F1BA5D
Complementary color
Monochromatic Colors of #F1BA5D
Black with #F1BA5D
Text Example
Text Example
White with #F1BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA5D; }
p { color: rgb(241,186,93); }
H1.HeaderClassName
{
color: #F1BA5D;
}
.AnyTagClassName
{
color: #F1BA5D;
}
</style>
background-color css
<style>
a { background-color: #F1BA5D; }
a { background-color: rgb(241,186,93); }
div.DivClassName
{
background-color: #F1BA5D;
}
.BgClassName
{
background-color: #F1BA5D;
}
</style>
border-color css
<style>
span { border-color: #F1BA5D; }
span { border-color: rgb(241,186,93); }
td.TdClassName
{
border-color: #F1BA5D;
}
.TagClassName
{
border-color: #F1BA5D;
}
</style>