Shades of Casablanca #F3BC5E
Tints of Casablanca #F3BC5E
RGB
CMYK
RGB Variations
Color information
#F3BC5E (or 0xF3BC5E) is known color: Casablanca. HEX triplet: F3, BC and 5E. RGB value is (243,188,94). Sum of RGB (Red+Green+Blue) = 243+188+94=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC5E is #0C43A1. Grayscale: #C2C2C2. Windows color (decimal): -803746 or 6208755. OLE color: 6208755.
HSL color Cylindrical-coordinate representation of color #F3BC5E: hue angle of 37.85º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3BC5E is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 94 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.05 |
| HSL | 37.85º | 0.86% | 0.66% | - |
| HSV(B) | 37.85º | 0.61% | 0.95% | - |
| XYZ | 56.97 | 55.83 | 18.36 | - |
| YUV | 193.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 94 | 0 | 0.23 | 0.61 | 0.05 | 37.85 | 0.86 | 0.66 |
| Hex | F3 | BC | 5E | 0 | 17 | 3D | 5 | 26 | 56 | 42 |
| Octal | 363 | 274 | 136 | 0 | 27 | 75 | 5 | 46 | 126 | 102 |
| Binary | 11110011 | 10111100 | 1011110 | 0 | 10111 | 111101 | 101 | 100110 | 1010110 | 1000010 |
Color Harmonies of #F3BC5E
Complementary color
Monochromatic Colors of #F3BC5E
Black with #F3BC5E
Text Example
Text Example
White with #F3BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC5E; }
p { color: rgb(243,188,94); }
H1.HeaderClassName
{
color: #F3BC5E;
}
.AnyTagClassName
{
color: #F3BC5E;
}
</style>
background-color css
<style>
a { background-color: #F3BC5E; }
a { background-color: rgb(243,188,94); }
div.DivClassName
{
background-color: #F3BC5E;
}
.BgClassName
{
background-color: #F3BC5E;
}
</style>
border-color css
<style>
span { border-color: #F3BC5E; }
span { border-color: rgb(243,188,94); }
td.TdClassName
{
border-color: #F3BC5E;
}
.TagClassName
{
border-color: #F3BC5E;
}
</style>