Shades of Casablanca #F2AA57
Tints of Casablanca #F2AA57
RGB
CMYK
RGB Variations
Color information
#F2AA57 (or 0xF2AA57) is known color: Casablanca. HEX triplet: F2, AA and 57. RGB value is (242,170,87). Sum of RGB (Red+Green+Blue) = 242+170+87=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA57 is #0D55A8. Grayscale: #B6B6B6. Windows color (decimal): -873897 or 5745394. OLE color: 5745394.
HSL color Cylindrical-coordinate representation of color #F2AA57: hue angle of 32.13º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2AA57 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 87 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.05 |
| HSL | 32.13º | 0.86% | 0.65% | - |
| HSV(B) | 32.13º | 0.64% | 0.95% | - |
| XYZ | 52.71 | 48.31 | 15.56 | - |
| YUV | 182.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 87 | 0 | 0.30 | 0.64 | 0.05 | 32.13 | 0.86 | 0.65 |
| Hex | F2 | AA | 57 | 0 | 1E | 40 | 5 | 20 | 56 | 41 |
| Octal | 362 | 252 | 127 | 0 | 36 | 100 | 5 | 40 | 126 | 101 |
| Binary | 11110010 | 10101010 | 1010111 | 0 | 11110 | 1000000 | 101 | 100000 | 1010110 | 1000001 |
Color Harmonies of #F2AA57
Complementary color
Monochromatic Colors of #F2AA57
Black with #F2AA57
Text Example
Text Example
White with #F2AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA57; }
p { color: rgb(242,170,87); }
H1.HeaderClassName
{
color: #F2AA57;
}
.AnyTagClassName
{
color: #F2AA57;
}
</style>
background-color css
<style>
a { background-color: #F2AA57; }
a { background-color: rgb(242,170,87); }
div.DivClassName
{
background-color: #F2AA57;
}
.BgClassName
{
background-color: #F2AA57;
}
</style>
border-color css
<style>
span { border-color: #F2AA57; }
span { border-color: rgb(242,170,87); }
td.TdClassName
{
border-color: #F2AA57;
}
.TagClassName
{
border-color: #F2AA57;
}
</style>