Shades of Casablanca #F2AA4D
Tints of Casablanca #F2AA4D
RGB
CMYK
RGB Variations
Color information
#F2AA4D (or 0xF2AA4D) is known color: Casablanca. HEX triplet: F2, AA and 4D. RGB value is (242,170,77). Sum of RGB (Red+Green+Blue) = 242+170+77=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA4D is #0D55B2. Grayscale: #B5B5B5. Windows color (decimal): -873907 or 5090034. OLE color: 5090034.
HSL color Cylindrical-coordinate representation of color #F2AA4D: hue angle of 33.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2AA4D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.05 |
| HSL | 33.82º | 0.86% | 0.63% | - |
| HSV(B) | 33.82º | 0.68% | 0.95% | - |
| XYZ | 52.33 | 48.16 | 13.56 | - |
| YUV | 180.93 | 69.35 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 77 | 0 | 0.30 | 0.68 | 0.05 | 33.82 | 0.86 | 0.63 |
| Hex | F2 | AA | 4D | 0 | 1E | 44 | 5 | 22 | 56 | 3F |
| Octal | 362 | 252 | 115 | 0 | 36 | 104 | 5 | 42 | 126 | 77 |
| Binary | 11110010 | 10101010 | 1001101 | 0 | 11110 | 1000100 | 101 | 100010 | 1010110 | 111111 |
Color Harmonies of #F2AA4D
Complementary color
Monochromatic Colors of #F2AA4D
Black with #F2AA4D
Text Example
Text Example
White with #F2AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA4D; }
p { color: rgb(242,170,77); }
H1.HeaderClassName
{
color: #F2AA4D;
}
.AnyTagClassName
{
color: #F2AA4D;
}
</style>
background-color css
<style>
a { background-color: #F2AA4D; }
a { background-color: rgb(242,170,77); }
div.DivClassName
{
background-color: #F2AA4D;
}
.BgClassName
{
background-color: #F2AA4D;
}
</style>
border-color css
<style>
span { border-color: #F2AA4D; }
span { border-color: rgb(242,170,77); }
td.TdClassName
{
border-color: #F2AA4D;
}
.TagClassName
{
border-color: #F2AA4D;
}
</style>