Shades of Casablanca #F0AD56
Tints of Casablanca #F0AD56
RGB
CMYK
RGB Variations
Color information
#F0AD56 (or 0xF0AD56) is known color: Casablanca. HEX triplet: F0, AD and 56. RGB value is (240,173,86). Sum of RGB (Red+Green+Blue) = 240+173+86=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD56 is #0F52A9. Grayscale: #B7B7B7. Windows color (decimal): -1004202 or 5680624. OLE color: 5680624.
HSL color Cylindrical-coordinate representation of color #F0AD56: hue angle of 33.9º 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 #F0AD56 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 86 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 33.9º | 0.84% | 0.64% | - |
| HSV(B) | 33.9º | 0.64% | 0.94% | - |
| XYZ | 52.56 | 49.08 | 15.51 | - |
| YUV | 183.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 86 | 0 | 0.28 | 0.64 | 0.06 | 33.9 | 0.84 | 0.64 |
| Hex | F0 | AD | 56 | 0 | 1C | 40 | 6 | 22 | 54 | 40 |
| Octal | 360 | 255 | 126 | 0 | 34 | 100 | 6 | 42 | 124 | 100 |
| Binary | 11110000 | 10101101 | 1010110 | 0 | 11100 | 1000000 | 110 | 100010 | 1010100 | 1000000 |
Color Harmonies of #F0AD56
Complementary color
Monochromatic Colors of #F0AD56
Black with #F0AD56
Text Example
Text Example
White with #F0AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD56; }
p { color: rgb(240,173,86); }
H1.HeaderClassName
{
color: #F0AD56;
}
.AnyTagClassName
{
color: #F0AD56;
}
</style>
background-color css
<style>
a { background-color: #F0AD56; }
a { background-color: rgb(240,173,86); }
div.DivClassName
{
background-color: #F0AD56;
}
.BgClassName
{
background-color: #F0AD56;
}
</style>
border-color css
<style>
span { border-color: #F0AD56; }
span { border-color: rgb(240,173,86); }
td.TdClassName
{
border-color: #F0AD56;
}
.TagClassName
{
border-color: #F0AD56;
}
</style>