Shades of Casablanca #F0A849
Tints of Casablanca #F0A849
RGB
CMYK
RGB Variations
Color information
#F0A849 (or 0xF0A849) is known color: Casablanca. HEX triplet: F0, A8 and 49. RGB value is (240,168,73). Sum of RGB (Red+Green+Blue) = 240+168+73=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A849 is #0F57B6. Grayscale: #B3B3B3. Windows color (decimal): -1005495 or 4827376. OLE color: 4827376.
HSL color Cylindrical-coordinate representation of color #F0A849: hue angle of 34.13º 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 #F0A849 is Cyan = 0, Magento = 0.3, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 73 | - |
| CMYK | 0 | 0.3 | 0.70 | 0.06 |
| HSL | 34.13º | 0.85% | 0.61% | - |
| HSV(B) | 34.13º | 0.7% | 0.94% | - |
| XYZ | 51.14 | 47.01 | 12.68 | - |
| YUV | 178.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 73 | 0 | 0.3 | 0.70 | 0.06 | 34.13 | 0.85 | 0.61 |
| Hex | F0 | A8 | 49 | 0 | 1E | 46 | 6 | 22 | 55 | 3D |
| Octal | 360 | 250 | 111 | 0 | 36 | 106 | 6 | 42 | 125 | 75 |
| Binary | 11110000 | 10101000 | 1001001 | 0 | 11110 | 1000110 | 110 | 100010 | 1010101 | 111101 |
Color Harmonies of #F0A849
Complementary color
Monochromatic Colors of #F0A849
Black with #F0A849
Text Example
Text Example
White with #F0A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A849; }
p { color: rgb(240,168,73); }
H1.HeaderClassName
{
color: #F0A849;
}
.AnyTagClassName
{
color: #F0A849;
}
</style>
background-color css
<style>
a { background-color: #F0A849; }
a { background-color: rgb(240,168,73); }
div.DivClassName
{
background-color: #F0A849;
}
.BgClassName
{
background-color: #F0A849;
}
</style>
border-color css
<style>
span { border-color: #F0A849; }
span { border-color: rgb(240,168,73); }
td.TdClassName
{
border-color: #F0A849;
}
.TagClassName
{
border-color: #F0A849;
}
</style>