Shades of Casablanca #F0AB59
Tints of Casablanca #F0AB59
RGB
CMYK
RGB Variations
Color information
#F0AB59 (or 0xF0AB59) is known color: Casablanca. HEX triplet: F0, AB and 59. RGB value is (240,171,89). Sum of RGB (Red+Green+Blue) = 240+171+89=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB59 is #0F54A6. Grayscale: #B6B6B6. Windows color (decimal): -1004711 or 5876720. OLE color: 5876720.
HSL color Cylindrical-coordinate representation of color #F0AB59: hue angle of 32.58º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0AB59 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 89 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.06 |
| HSL | 32.58º | 0.83% | 0.65% | - |
| HSV(B) | 32.58º | 0.63% | 0.94% | - |
| XYZ | 52.3 | 48.37 | 16.03 | - |
| YUV | 182.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 89 | 0 | 0.29 | 0.63 | 0.06 | 32.58 | 0.83 | 0.65 |
| Hex | F0 | AB | 59 | 0 | 1D | 3F | 6 | 21 | 53 | 41 |
| Octal | 360 | 253 | 131 | 0 | 35 | 77 | 6 | 41 | 123 | 101 |
| Binary | 11110000 | 10101011 | 1011001 | 0 | 11101 | 111111 | 110 | 100001 | 1010011 | 1000001 |
Color Harmonies of #F0AB59
Complementary color
Monochromatic Colors of #F0AB59
Black with #F0AB59
Text Example
Text Example
White with #F0AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB59; }
p { color: rgb(240,171,89); }
H1.HeaderClassName
{
color: #F0AB59;
}
.AnyTagClassName
{
color: #F0AB59;
}
</style>
background-color css
<style>
a { background-color: #F0AB59; }
a { background-color: rgb(240,171,89); }
div.DivClassName
{
background-color: #F0AB59;
}
.BgClassName
{
background-color: #F0AB59;
}
</style>
border-color css
<style>
span { border-color: #F0AB59; }
span { border-color: rgb(240,171,89); }
td.TdClassName
{
border-color: #F0AB59;
}
.TagClassName
{
border-color: #F0AB59;
}
</style>