Shades of Casablanca #F2AA4B
Tints of Casablanca #F2AA4B
RGB
CMYK
RGB Variations
Color information
#F2AA4B (or 0xF2AA4B) is known color: Casablanca. HEX triplet: F2, AA and 4B. RGB value is (242,170,75). Sum of RGB (Red+Green+Blue) = 242+170+75=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA4B is #0D55B4. Grayscale: #B5B5B5. Windows color (decimal): -873909 or 4958962. OLE color: 4958962.
HSL color Cylindrical-coordinate representation of color #F2AA4B: hue angle of 34.13º degrees, saturation: 0.87, 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 #F2AA4B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 75 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.05 |
| HSL | 34.13º | 0.87% | 0.62% | - |
| HSV(B) | 34.13º | 0.69% | 0.95% | - |
| XYZ | 52.26 | 48.13 | 13.19 | - |
| YUV | 180.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 75 | 0 | 0.30 | 0.69 | 0.05 | 34.13 | 0.87 | 0.62 |
| Hex | F2 | AA | 4B | 0 | 1E | 45 | 5 | 22 | 57 | 3E |
| Octal | 362 | 252 | 113 | 0 | 36 | 105 | 5 | 42 | 127 | 76 |
| Binary | 11110010 | 10101010 | 1001011 | 0 | 11110 | 1000101 | 101 | 100010 | 1010111 | 111110 |
Color Harmonies of #F2AA4B
Complementary color
Monochromatic Colors of #F2AA4B
Black with #F2AA4B
Text Example
Text Example
White with #F2AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA4B; }
p { color: rgb(242,170,75); }
H1.HeaderClassName
{
color: #F2AA4B;
}
.AnyTagClassName
{
color: #F2AA4B;
}
</style>
background-color css
<style>
a { background-color: #F2AA4B; }
a { background-color: rgb(242,170,75); }
div.DivClassName
{
background-color: #F2AA4B;
}
.BgClassName
{
background-color: #F2AA4B;
}
</style>
border-color css
<style>
span { border-color: #F2AA4B; }
span { border-color: rgb(242,170,75); }
td.TdClassName
{
border-color: #F2AA4B;
}
.TagClassName
{
border-color: #F2AA4B;
}
</style>