Shades of Casablanca #F2AA4C
Tints of Casablanca #F2AA4C
RGB
CMYK
RGB Variations
Color information
#F2AA4C (or 0xF2AA4C) is known color: Casablanca. HEX triplet: F2, AA and 4C. RGB value is (242,170,76). Sum of RGB (Red+Green+Blue) = 242+170+76=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA4C is #0D55B3. Grayscale: #B5B5B5. Windows color (decimal): -873908 or 5024498. OLE color: 5024498.
HSL color Cylindrical-coordinate representation of color #F2AA4C: hue angle of 33.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2AA4C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 76 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.05 |
| HSL | 33.98º | 0.86% | 0.62% | - |
| HSV(B) | 33.98º | 0.69% | 0.95% | - |
| XYZ | 52.3 | 48.15 | 13.37 | - |
| YUV | 180.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 76 | 0 | 0.30 | 0.69 | 0.05 | 33.98 | 0.86 | 0.62 |
| Hex | F2 | AA | 4C | 0 | 1E | 45 | 5 | 22 | 56 | 3E |
| Octal | 362 | 252 | 114 | 0 | 36 | 105 | 5 | 42 | 126 | 76 |
| Binary | 11110010 | 10101010 | 1001100 | 0 | 11110 | 1000101 | 101 | 100010 | 1010110 | 111110 |
Color Harmonies of #F2AA4C
Complementary color
Monochromatic Colors of #F2AA4C
Black with #F2AA4C
Text Example
Text Example
White with #F2AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA4C; }
p { color: rgb(242,170,76); }
H1.HeaderClassName
{
color: #F2AA4C;
}
.AnyTagClassName
{
color: #F2AA4C;
}
</style>
background-color css
<style>
a { background-color: #F2AA4C; }
a { background-color: rgb(242,170,76); }
div.DivClassName
{
background-color: #F2AA4C;
}
.BgClassName
{
background-color: #F2AA4C;
}
</style>
border-color css
<style>
span { border-color: #F2AA4C; }
span { border-color: rgb(242,170,76); }
td.TdClassName
{
border-color: #F2AA4C;
}
.TagClassName
{
border-color: #F2AA4C;
}
</style>