Shades of Casablanca #F5BA5A
Tints of Casablanca #F5BA5A
RGB
CMYK
RGB Variations
Color information
#F5BA5A (or 0xF5BA5A) is known color: Casablanca. HEX triplet: F5, BA and 5A. RGB value is (245,186,90). Sum of RGB (Red+Green+Blue) = 245+186+90=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5A is #0A45A5. Grayscale: #C1C1C1. Windows color (decimal): -673190 or 5946101. OLE color: 5946101.
HSL color Cylindrical-coordinate representation of color #F5BA5A: hue angle of 37.16º 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 #F5BA5A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 90 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.04 |
| HSL | 37.16º | 0.89% | 0.66% | - |
| HSV(B) | 37.16º | 0.63% | 0.96% | - |
| XYZ | 57.06 | 55.27 | 17.33 | - |
| YUV | 192.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 90 | 0 | 0.24 | 0.63 | 0.04 | 37.16 | 0.89 | 0.66 |
| Hex | F5 | BA | 5A | 0 | 18 | 3F | 4 | 25 | 59 | 42 |
| Octal | 365 | 272 | 132 | 0 | 30 | 77 | 4 | 45 | 131 | 102 |
| Binary | 11110101 | 10111010 | 1011010 | 0 | 11000 | 111111 | 100 | 100101 | 1011001 | 1000010 |
Color Harmonies of #F5BA5A
Complementary color
Monochromatic Colors of #F5BA5A
Black with #F5BA5A
Text Example
Text Example
White with #F5BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA5A; }
p { color: rgb(245,186,90); }
H1.HeaderClassName
{
color: #F5BA5A;
}
.AnyTagClassName
{
color: #F5BA5A;
}
</style>
background-color css
<style>
a { background-color: #F5BA5A; }
a { background-color: rgb(245,186,90); }
div.DivClassName
{
background-color: #F5BA5A;
}
.BgClassName
{
background-color: #F5BA5A;
}
</style>
border-color css
<style>
span { border-color: #F5BA5A; }
span { border-color: rgb(245,186,90); }
td.TdClassName
{
border-color: #F5BA5A;
}
.TagClassName
{
border-color: #F5BA5A;
}
</style>