Shades of Casablanca #F0A957
Tints of Casablanca #F0A957
RGB
CMYK
RGB Variations
Color information
#F0A957 (or 0xF0A957) is known color: Casablanca. HEX triplet: F0, A9 and 57. RGB value is (240,169,87). Sum of RGB (Red+Green+Blue) = 240+169+87=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A957 is #0F56A8. Grayscale: #B5B5B5. Windows color (decimal): -1005225 or 5745136. OLE color: 5745136.
HSL color Cylindrical-coordinate representation of color #F0A957: hue angle of 32.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0A957 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 87 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.06 |
| HSL | 32.16º | 0.84% | 0.64% | - |
| HSV(B) | 32.16º | 0.64% | 0.94% | - |
| XYZ | 51.84 | 47.59 | 15.47 | - |
| YUV | 180.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 87 | 0 | 0.30 | 0.64 | 0.06 | 32.16 | 0.84 | 0.64 |
| Hex | F0 | A9 | 57 | 0 | 1E | 40 | 6 | 20 | 54 | 40 |
| Octal | 360 | 251 | 127 | 0 | 36 | 100 | 6 | 40 | 124 | 100 |
| Binary | 11110000 | 10101001 | 1010111 | 0 | 11110 | 1000000 | 110 | 100000 | 1010100 | 1000000 |
Color Harmonies of #F0A957
Complementary color
Monochromatic Colors of #F0A957
Black with #F0A957
Text Example
Text Example
White with #F0A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A957; }
p { color: rgb(240,169,87); }
H1.HeaderClassName
{
color: #F0A957;
}
.AnyTagClassName
{
color: #F0A957;
}
</style>
background-color css
<style>
a { background-color: #F0A957; }
a { background-color: rgb(240,169,87); }
div.DivClassName
{
background-color: #F0A957;
}
.BgClassName
{
background-color: #F0A957;
}
</style>
border-color css
<style>
span { border-color: #F0A957; }
span { border-color: rgb(240,169,87); }
td.TdClassName
{
border-color: #F0A957;
}
.TagClassName
{
border-color: #F0A957;
}
</style>