Shades of Casablanca #F0AD57
Tints of Casablanca #F0AD57
RGB
CMYK
RGB Variations
Color information
#F0AD57 (or 0xF0AD57) is known color: Casablanca. HEX triplet: F0, AD and 57. RGB value is (240,173,87). Sum of RGB (Red+Green+Blue) = 240+173+87=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD57 is #0F52A8. Grayscale: #B7B7B7. Windows color (decimal): -1004201 or 5746160. OLE color: 5746160.
HSL color Cylindrical-coordinate representation of color #F0AD57: hue angle of 33.73º 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 #F0AD57 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 87 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 33.73º | 0.84% | 0.64% | - |
| HSV(B) | 33.73º | 0.64% | 0.94% | - |
| XYZ | 52.6 | 49.1 | 15.72 | - |
| YUV | 183.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 87 | 0 | 0.28 | 0.64 | 0.06 | 33.73 | 0.84 | 0.64 |
| Hex | F0 | AD | 57 | 0 | 1C | 40 | 6 | 22 | 54 | 40 |
| Octal | 360 | 255 | 127 | 0 | 34 | 100 | 6 | 42 | 124 | 100 |
| Binary | 11110000 | 10101101 | 1010111 | 0 | 11100 | 1000000 | 110 | 100010 | 1010100 | 1000000 |
Color Harmonies of #F0AD57
Complementary color
Monochromatic Colors of #F0AD57
Black with #F0AD57
Text Example
Text Example
White with #F0AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD57; }
p { color: rgb(240,173,87); }
H1.HeaderClassName
{
color: #F0AD57;
}
.AnyTagClassName
{
color: #F0AD57;
}
</style>
background-color css
<style>
a { background-color: #F0AD57; }
a { background-color: rgb(240,173,87); }
div.DivClassName
{
background-color: #F0AD57;
}
.BgClassName
{
background-color: #F0AD57;
}
</style>
border-color css
<style>
span { border-color: #F0AD57; }
span { border-color: rgb(240,173,87); }
td.TdClassName
{
border-color: #F0AD57;
}
.TagClassName
{
border-color: #F0AD57;
}
</style>