Shades of Casablanca #F5BC5D
Tints of Casablanca #F5BC5D
RGB
CMYK
RGB Variations
Color information
#F5BC5D (or 0xF5BC5D) is known color: Casablanca. HEX triplet: F5, BC and 5D. RGB value is (245,188,93). Sum of RGB (Red+Green+Blue) = 245+188+93=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC5D is #0A43A2. Grayscale: #C2C2C2. Windows color (decimal): -672675 or 6143221. OLE color: 6143221.
HSL color Cylindrical-coordinate representation of color #F5BC5D: hue angle of 37.5º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5BC5D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 93 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.04 |
| HSL | 37.5º | 0.88% | 0.66% | - |
| HSV(B) | 37.5º | 0.62% | 0.96% | - |
| XYZ | 57.62 | 56.17 | 18.16 | - |
| YUV | 194.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 93 | 0 | 0.23 | 0.62 | 0.04 | 37.5 | 0.88 | 0.66 |
| Hex | F5 | BC | 5D | 0 | 17 | 3E | 4 | 26 | 58 | 42 |
| Octal | 365 | 274 | 135 | 0 | 27 | 76 | 4 | 46 | 130 | 102 |
| Binary | 11110101 | 10111100 | 1011101 | 0 | 10111 | 111110 | 100 | 100110 | 1011000 | 1000010 |
Color Harmonies of #F5BC5D
Complementary color
Monochromatic Colors of #F5BC5D
Black with #F5BC5D
Text Example
Text Example
White with #F5BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC5D; }
p { color: rgb(245,188,93); }
H1.HeaderClassName
{
color: #F5BC5D;
}
.AnyTagClassName
{
color: #F5BC5D;
}
</style>
background-color css
<style>
a { background-color: #F5BC5D; }
a { background-color: rgb(245,188,93); }
div.DivClassName
{
background-color: #F5BC5D;
}
.BgClassName
{
background-color: #F5BC5D;
}
</style>
border-color css
<style>
span { border-color: #F5BC5D; }
span { border-color: rgb(245,188,93); }
td.TdClassName
{
border-color: #F5BC5D;
}
.TagClassName
{
border-color: #F5BC5D;
}
</style>