Shades of Casablanca #F2AA53
Tints of Casablanca #F2AA53
RGB
CMYK
RGB Variations
Color information
#F2AA53 (or 0xF2AA53) is known color: Casablanca. HEX triplet: F2, AA and 53. RGB value is (242,170,83). Sum of RGB (Red+Green+Blue) = 242+170+83=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA53 is #0D55AC. Grayscale: #B6B6B6. Windows color (decimal): -873901 or 5483250. OLE color: 5483250.
HSL color Cylindrical-coordinate representation of color #F2AA53: hue angle of 32.83º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2AA53 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 83 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.05 |
| HSL | 32.83º | 0.86% | 0.64% | - |
| HSV(B) | 32.83º | 0.66% | 0.95% | - |
| XYZ | 52.55 | 48.25 | 14.73 | - |
| YUV | 181.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 83 | 0 | 0.30 | 0.66 | 0.05 | 32.83 | 0.86 | 0.64 |
| Hex | F2 | AA | 53 | 0 | 1E | 42 | 5 | 21 | 56 | 40 |
| Octal | 362 | 252 | 123 | 0 | 36 | 102 | 5 | 41 | 126 | 100 |
| Binary | 11110010 | 10101010 | 1010011 | 0 | 11110 | 1000010 | 101 | 100001 | 1010110 | 1000000 |
Color Harmonies of #F2AA53
Complementary color
Monochromatic Colors of #F2AA53
Black with #F2AA53
Text Example
Text Example
White with #F2AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA53; }
p { color: rgb(242,170,83); }
H1.HeaderClassName
{
color: #F2AA53;
}
.AnyTagClassName
{
color: #F2AA53;
}
</style>
background-color css
<style>
a { background-color: #F2AA53; }
a { background-color: rgb(242,170,83); }
div.DivClassName
{
background-color: #F2AA53;
}
.BgClassName
{
background-color: #F2AA53;
}
</style>
border-color css
<style>
span { border-color: #F2AA53; }
span { border-color: rgb(242,170,83); }
td.TdClassName
{
border-color: #F2AA53;
}
.TagClassName
{
border-color: #F2AA53;
}
</style>