Shades of Casablanca #F3BA5B
Tints of Casablanca #F3BA5B
RGB
CMYK
RGB Variations
Color information
#F3BA5B (or 0xF3BA5B) is known color: Casablanca. HEX triplet: F3, BA and 5B. RGB value is (243,186,91). Sum of RGB (Red+Green+Blue) = 243+186+91=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA5B is #0C45A4. Grayscale: #C0C0C0. Windows color (decimal): -804261 or 6011635. OLE color: 6011635.
HSL color Cylindrical-coordinate representation of color #F3BA5B: hue angle of 37.5º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3BA5B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 91 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.05 |
| HSL | 37.5º | 0.86% | 0.65% | - |
| HSV(B) | 37.5º | 0.63% | 0.95% | - |
| XYZ | 56.41 | 54.93 | 17.53 | - |
| YUV | 192.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 91 | 0 | 0.23 | 0.63 | 0.05 | 37.5 | 0.86 | 0.65 |
| Hex | F3 | BA | 5B | 0 | 17 | 3F | 5 | 26 | 56 | 41 |
| Octal | 363 | 272 | 133 | 0 | 27 | 77 | 5 | 46 | 126 | 101 |
| Binary | 11110011 | 10111010 | 1011011 | 0 | 10111 | 111111 | 101 | 100110 | 1010110 | 1000001 |
Color Harmonies of #F3BA5B
Complementary color
Monochromatic Colors of #F3BA5B
Black with #F3BA5B
Text Example
Text Example
White with #F3BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA5B; }
p { color: rgb(243,186,91); }
H1.HeaderClassName
{
color: #F3BA5B;
}
.AnyTagClassName
{
color: #F3BA5B;
}
</style>
background-color css
<style>
a { background-color: #F3BA5B; }
a { background-color: rgb(243,186,91); }
div.DivClassName
{
background-color: #F3BA5B;
}
.BgClassName
{
background-color: #F3BA5B;
}
</style>
border-color css
<style>
span { border-color: #F3BA5B; }
span { border-color: rgb(243,186,91); }
td.TdClassName
{
border-color: #F3BA5B;
}
.TagClassName
{
border-color: #F3BA5B;
}
</style>