Shades of Casablanca #F5BA5B
Tints of Casablanca #F5BA5B
RGB
CMYK
RGB Variations
Color information
#F5BA5B (or 0xF5BA5B) is known color: Casablanca. HEX triplet: F5, BA and 5B. RGB value is (245,186,91). Sum of RGB (Red+Green+Blue) = 245+186+91=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5B is #0A45A4. Grayscale: #C1C1C1. Windows color (decimal): -673189 or 6011637. OLE color: 6011637.
HSL color Cylindrical-coordinate representation of color #F5BA5B: hue angle of 37.01º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5BA5B is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 91 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.04 |
| HSL | 37.01º | 0.89% | 0.66% | - |
| HSV(B) | 37.01º | 0.63% | 0.96% | - |
| XYZ | 57.1 | 55.29 | 17.56 | - |
| YUV | 192.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 91 | 0 | 0.24 | 0.63 | 0.04 | 37.01 | 0.89 | 0.66 |
| Hex | F5 | BA | 5B | 0 | 18 | 3F | 4 | 25 | 59 | 42 |
| Octal | 365 | 272 | 133 | 0 | 30 | 77 | 4 | 45 | 131 | 102 |
| Binary | 11110101 | 10111010 | 1011011 | 0 | 11000 | 111111 | 100 | 100101 | 1011001 | 1000010 |
Color Harmonies of #F5BA5B
Complementary color
Monochromatic Colors of #F5BA5B
Black with #F5BA5B
Text Example
Text Example
White with #F5BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA5B; }
p { color: rgb(245,186,91); }
H1.HeaderClassName
{
color: #F5BA5B;
}
.AnyTagClassName
{
color: #F5BA5B;
}
</style>
background-color css
<style>
a { background-color: #F5BA5B; }
a { background-color: rgb(245,186,91); }
div.DivClassName
{
background-color: #F5BA5B;
}
.BgClassName
{
background-color: #F5BA5B;
}
</style>
border-color css
<style>
span { border-color: #F5BA5B; }
span { border-color: rgb(245,186,91); }
td.TdClassName
{
border-color: #F5BA5B;
}
.TagClassName
{
border-color: #F5BA5B;
}
</style>