Shades of Casablanca #F3BC5D
Tints of Casablanca #F3BC5D
RGB
CMYK
RGB Variations
Color information
#F3BC5D (or 0xF3BC5D) is known color: Casablanca. HEX triplet: F3, BC and 5D. RGB value is (243,188,93). Sum of RGB (Red+Green+Blue) = 243+188+93=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC5D is #0C43A2. Grayscale: #C2C2C2. Windows color (decimal): -803747 or 6143219. OLE color: 6143219.
HSL color Cylindrical-coordinate representation of color #F3BC5D: hue angle of 38º 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 #F3BC5D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 93 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.05 |
| HSL | 38º | 0.86% | 0.66% | - |
| HSV(B) | 38º | 0.62% | 0.95% | - |
| XYZ | 56.92 | 55.81 | 18.13 | - |
| YUV | 193.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 93 | 0 | 0.23 | 0.62 | 0.05 | 38 | 0.86 | 0.66 |
| Hex | F3 | BC | 5D | 0 | 17 | 3E | 5 | 26 | 56 | 42 |
| Octal | 363 | 274 | 135 | 0 | 27 | 76 | 5 | 46 | 126 | 102 |
| Binary | 11110011 | 10111100 | 1011101 | 0 | 10111 | 111110 | 101 | 100110 | 1010110 | 1000010 |
Color Harmonies of #F3BC5D
Complementary color
Monochromatic Colors of #F3BC5D
Black with #F3BC5D
Text Example
Text Example
White with #F3BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC5D; }
p { color: rgb(243,188,93); }
H1.HeaderClassName
{
color: #F3BC5D;
}
.AnyTagClassName
{
color: #F3BC5D;
}
</style>
background-color css
<style>
a { background-color: #F3BC5D; }
a { background-color: rgb(243,188,93); }
div.DivClassName
{
background-color: #F3BC5D;
}
.BgClassName
{
background-color: #F3BC5D;
}
</style>
border-color css
<style>
span { border-color: #F3BC5D; }
span { border-color: rgb(243,188,93); }
td.TdClassName
{
border-color: #F3BC5D;
}
.TagClassName
{
border-color: #F3BC5D;
}
</style>