Shades of Casablanca #F3BA5D
Tints of Casablanca #F3BA5D
RGB
CMYK
RGB Variations
Color information
#F3BA5D (or 0xF3BA5D) is known color: Casablanca. HEX triplet: F3, BA and 5D. RGB value is (243,186,93). Sum of RGB (Red+Green+Blue) = 243+186+93=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA5D is #0C45A2. Grayscale: #C0C0C0. Windows color (decimal): -804259 or 6142707. OLE color: 6142707.
HSL color Cylindrical-coordinate representation of color #F3BA5D: hue angle of 37.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3BA5D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 93 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.05 |
| HSL | 37.2º | 0.86% | 0.66% | - |
| HSV(B) | 37.2º | 0.62% | 0.95% | - |
| XYZ | 56.5 | 54.96 | 17.99 | - |
| YUV | 192.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 93 | 0 | 0.23 | 0.62 | 0.05 | 37.2 | 0.86 | 0.66 |
| Hex | F3 | BA | 5D | 0 | 17 | 3E | 5 | 25 | 56 | 42 |
| Octal | 363 | 272 | 135 | 0 | 27 | 76 | 5 | 45 | 126 | 102 |
| Binary | 11110011 | 10111010 | 1011101 | 0 | 10111 | 111110 | 101 | 100101 | 1010110 | 1000010 |
Color Harmonies of #F3BA5D
Complementary color
Monochromatic Colors of #F3BA5D
Black with #F3BA5D
Text Example
Text Example
White with #F3BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA5D; }
p { color: rgb(243,186,93); }
H1.HeaderClassName
{
color: #F3BA5D;
}
.AnyTagClassName
{
color: #F3BA5D;
}
</style>
background-color css
<style>
a { background-color: #F3BA5D; }
a { background-color: rgb(243,186,93); }
div.DivClassName
{
background-color: #F3BA5D;
}
.BgClassName
{
background-color: #F3BA5D;
}
</style>
border-color css
<style>
span { border-color: #F3BA5D; }
span { border-color: rgb(243,186,93); }
td.TdClassName
{
border-color: #F3BA5D;
}
.TagClassName
{
border-color: #F3BA5D;
}
</style>