Shades of Casablanca #F0AF47
Tints of Casablanca #F0AF47
RGB
CMYK
RGB Variations
Color information
#F0AF47 (or 0xF0AF47) is known color: Casablanca. HEX triplet: F0, AF and 47. RGB value is (240,175,71). Sum of RGB (Red+Green+Blue) = 240+175+71=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF47 is #0F50B8. Grayscale: #B7B7B7. Windows color (decimal): -1003705 or 4698096. OLE color: 4698096.
HSL color Cylindrical-coordinate representation of color #F0AF47: hue angle of 36.92º 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 #F0AF47 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 71 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.06 |
| HSL | 36.92º | 0.85% | 0.61% | - |
| HSV(B) | 36.92º | 0.7% | 0.94% | - |
| XYZ | 52.4 | 49.64 | 12.78 | - |
| YUV | 182.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 71 | 0 | 0.27 | 0.70 | 0.06 | 36.92 | 0.85 | 0.61 |
| Hex | F0 | AF | 47 | 0 | 1B | 46 | 6 | 25 | 55 | 3D |
| Octal | 360 | 257 | 107 | 0 | 33 | 106 | 6 | 45 | 125 | 75 |
| Binary | 11110000 | 10101111 | 1000111 | 0 | 11011 | 1000110 | 110 | 100101 | 1010101 | 111101 |
Color Harmonies of #F0AF47
Complementary color
Monochromatic Colors of #F0AF47
Black with #F0AF47
Text Example
Text Example
White with #F0AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF47; }
p { color: rgb(240,175,71); }
H1.HeaderClassName
{
color: #F0AF47;
}
.AnyTagClassName
{
color: #F0AF47;
}
</style>
background-color css
<style>
a { background-color: #F0AF47; }
a { background-color: rgb(240,175,71); }
div.DivClassName
{
background-color: #F0AF47;
}
.BgClassName
{
background-color: #F0AF47;
}
</style>
border-color css
<style>
span { border-color: #F0AF47; }
span { border-color: rgb(240,175,71); }
td.TdClassName
{
border-color: #F0AF47;
}
.TagClassName
{
border-color: #F0AF47;
}
</style>