Shades of Casablanca #F0AD53
Tints of Casablanca #F0AD53
RGB
CMYK
RGB Variations
Color information
#F0AD53 (or 0xF0AD53) is known color: Casablanca. HEX triplet: F0, AD and 53. RGB value is (240,173,83). Sum of RGB (Red+Green+Blue) = 240+173+83=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD53 is #0F52AC. Grayscale: #B7B7B7. Windows color (decimal): -1004205 or 5484016. OLE color: 5484016.
HSL color Cylindrical-coordinate representation of color #F0AD53: hue angle of 34.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0AD53 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 83 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.06 |
| HSL | 34.39º | 0.84% | 0.63% | - |
| HSV(B) | 34.39º | 0.65% | 0.94% | - |
| XYZ | 52.44 | 49.04 | 14.88 | - |
| YUV | 182.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 83 | 0 | 0.28 | 0.65 | 0.06 | 34.39 | 0.84 | 0.63 |
| Hex | F0 | AD | 53 | 0 | 1C | 41 | 6 | 22 | 54 | 3F |
| Octal | 360 | 255 | 123 | 0 | 34 | 101 | 6 | 42 | 124 | 77 |
| Binary | 11110000 | 10101101 | 1010011 | 0 | 11100 | 1000001 | 110 | 100010 | 1010100 | 111111 |
Color Harmonies of #F0AD53
Complementary color
Monochromatic Colors of #F0AD53
Black with #F0AD53
Text Example
Text Example
White with #F0AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD53; }
p { color: rgb(240,173,83); }
H1.HeaderClassName
{
color: #F0AD53;
}
.AnyTagClassName
{
color: #F0AD53;
}
</style>
background-color css
<style>
a { background-color: #F0AD53; }
a { background-color: rgb(240,173,83); }
div.DivClassName
{
background-color: #F0AD53;
}
.BgClassName
{
background-color: #F0AD53;
}
</style>
border-color css
<style>
span { border-color: #F0AD53; }
span { border-color: rgb(240,173,83); }
td.TdClassName
{
border-color: #F0AD53;
}
.TagClassName
{
border-color: #F0AD53;
}
</style>