Shades of Casablanca #F3BB5D
Tints of Casablanca #F3BB5D
RGB
CMYK
RGB Variations
Color information
#F3BB5D (or 0xF3BB5D) is known color: Casablanca. HEX triplet: F3, BB and 5D. RGB value is (243,187,93). Sum of RGB (Red+Green+Blue) = 243+187+93=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BB5D is #0C44A2. Grayscale: #C1C1C1. Windows color (decimal): -804003 or 6142963. OLE color: 6142963.
HSL color Cylindrical-coordinate representation of color #F3BB5D: hue angle of 37.6º 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 #F3BB5D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 93 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.05 |
| HSL | 37.6º | 0.86% | 0.66% | - |
| HSV(B) | 37.6º | 0.62% | 0.95% | - |
| XYZ | 56.71 | 55.39 | 18.06 | - |
| YUV | 193.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 93 | 0 | 0.23 | 0.62 | 0.05 | 37.6 | 0.86 | 0.66 |
| Hex | F3 | BB | 5D | 0 | 17 | 3E | 5 | 26 | 56 | 42 |
| Octal | 363 | 273 | 135 | 0 | 27 | 76 | 5 | 46 | 126 | 102 |
| Binary | 11110011 | 10111011 | 1011101 | 0 | 10111 | 111110 | 101 | 100110 | 1010110 | 1000010 |
Color Harmonies of #F3BB5D
Complementary color
Monochromatic Colors of #F3BB5D
Black with #F3BB5D
Text Example
Text Example
White with #F3BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB5D; }
p { color: rgb(243,187,93); }
H1.HeaderClassName
{
color: #F3BB5D;
}
.AnyTagClassName
{
color: #F3BB5D;
}
</style>
background-color css
<style>
a { background-color: #F3BB5D; }
a { background-color: rgb(243,187,93); }
div.DivClassName
{
background-color: #F3BB5D;
}
.BgClassName
{
background-color: #F3BB5D;
}
</style>
border-color css
<style>
span { border-color: #F3BB5D; }
span { border-color: rgb(243,187,93); }
td.TdClassName
{
border-color: #F3BB5D;
}
.TagClassName
{
border-color: #F3BB5D;
}
</style>