Shades of Casablanca #F0AC49
Tints of Casablanca #F0AC49
RGB
CMYK
RGB Variations
Color information
#F0AC49 (or 0xF0AC49) is known color: Casablanca. HEX triplet: F0, AC and 49. RGB value is (240,172,73). Sum of RGB (Red+Green+Blue) = 240+172+73=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC49 is #0F53B6. Grayscale: #B5B5B5. Windows color (decimal): -1004471 or 4828400. OLE color: 4828400.
HSL color Cylindrical-coordinate representation of color #F0AC49: hue angle of 35.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0AC49 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 73 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.06 |
| HSL | 35.57º | 0.85% | 0.61% | - |
| HSV(B) | 35.57º | 0.7% | 0.94% | - |
| XYZ | 51.89 | 48.51 | 12.93 | - |
| YUV | 181.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 73 | 0 | 0.28 | 0.70 | 0.06 | 35.57 | 0.85 | 0.61 |
| Hex | F0 | AC | 49 | 0 | 1C | 46 | 6 | 24 | 55 | 3D |
| Octal | 360 | 254 | 111 | 0 | 34 | 106 | 6 | 44 | 125 | 75 |
| Binary | 11110000 | 10101100 | 1001001 | 0 | 11100 | 1000110 | 110 | 100100 | 1010101 | 111101 |
Color Harmonies of #F0AC49
Complementary color
Monochromatic Colors of #F0AC49
Black with #F0AC49
Text Example
Text Example
White with #F0AC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC49; }
p { color: rgb(240,172,73); }
H1.HeaderClassName
{
color: #F0AC49;
}
.AnyTagClassName
{
color: #F0AC49;
}
</style>
background-color css
<style>
a { background-color: #F0AC49; }
a { background-color: rgb(240,172,73); }
div.DivClassName
{
background-color: #F0AC49;
}
.BgClassName
{
background-color: #F0AC49;
}
</style>
border-color css
<style>
span { border-color: #F0AC49; }
span { border-color: rgb(240,172,73); }
td.TdClassName
{
border-color: #F0AC49;
}
.TagClassName
{
border-color: #F0AC49;
}
</style>