Shades of Casablanca #F0AF49
Tints of Casablanca #F0AF49
RGB
CMYK
RGB Variations
Color information
#F0AF49 (or 0xF0AF49) is known color: Casablanca. HEX triplet: F0, AF and 49. RGB value is (240,175,73). Sum of RGB (Red+Green+Blue) = 240+175+73=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF49 is #0F50B6. Grayscale: #B7B7B7. Windows color (decimal): -1003703 or 4829168. OLE color: 4829168.
HSL color Cylindrical-coordinate representation of color #F0AF49: hue angle of 36.65º 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 #F0AF49 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 73 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.06 |
| HSL | 36.65º | 0.85% | 0.61% | - |
| HSV(B) | 36.65º | 0.7% | 0.94% | - |
| XYZ | 52.47 | 49.67 | 13.12 | - |
| YUV | 182.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 73 | 0 | 0.27 | 0.70 | 0.06 | 36.65 | 0.85 | 0.61 |
| Hex | F0 | AF | 49 | 0 | 1B | 46 | 6 | 25 | 55 | 3D |
| Octal | 360 | 257 | 111 | 0 | 33 | 106 | 6 | 45 | 125 | 75 |
| Binary | 11110000 | 10101111 | 1001001 | 0 | 11011 | 1000110 | 110 | 100101 | 1010101 | 111101 |
Color Harmonies of #F0AF49
Complementary color
Monochromatic Colors of #F0AF49
Black with #F0AF49
Text Example
Text Example
White with #F0AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF49; }
p { color: rgb(240,175,73); }
H1.HeaderClassName
{
color: #F0AF49;
}
.AnyTagClassName
{
color: #F0AF49;
}
</style>
background-color css
<style>
a { background-color: #F0AF49; }
a { background-color: rgb(240,175,73); }
div.DivClassName
{
background-color: #F0AF49;
}
.BgClassName
{
background-color: #F0AF49;
}
</style>
border-color css
<style>
span { border-color: #F0AF49; }
span { border-color: rgb(240,175,73); }
td.TdClassName
{
border-color: #F0AF49;
}
.TagClassName
{
border-color: #F0AF49;
}
</style>