Shades of Casablanca #F3AA4D
Tints of Casablanca #F3AA4D
RGB
CMYK
RGB Variations
Color information
#F3AA4D (or 0xF3AA4D) is known color: Casablanca. HEX triplet: F3, AA and 4D. RGB value is (243,170,77). Sum of RGB (Red+Green+Blue) = 243+170+77=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AA4D is #0C55B2. Grayscale: #B5B5B5. Windows color (decimal): -808371 or 5090035. OLE color: 5090035.
HSL color Cylindrical-coordinate representation of color #F3AA4D: hue angle of 33.61º degrees, saturation: 0.87, 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 #F3AA4D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.05 |
| HSL | 33.61º | 0.87% | 0.63% | - |
| HSV(B) | 33.61º | 0.68% | 0.95% | - |
| XYZ | 52.68 | 48.34 | 13.58 | - |
| YUV | 181.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 77 | 0 | 0.30 | 0.68 | 0.05 | 33.61 | 0.87 | 0.63 |
| Hex | F3 | AA | 4D | 0 | 1E | 44 | 5 | 22 | 57 | 3F |
| Octal | 363 | 252 | 115 | 0 | 36 | 104 | 5 | 42 | 127 | 77 |
| Binary | 11110011 | 10101010 | 1001101 | 0 | 11110 | 1000100 | 101 | 100010 | 1010111 | 111111 |
Color Harmonies of #F3AA4D
Complementary color
Monochromatic Colors of #F3AA4D
Black with #F3AA4D
Text Example
Text Example
White with #F3AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AA4D; }
p { color: rgb(243,170,77); }
H1.HeaderClassName
{
color: #F3AA4D;
}
.AnyTagClassName
{
color: #F3AA4D;
}
</style>
background-color css
<style>
a { background-color: #F3AA4D; }
a { background-color: rgb(243,170,77); }
div.DivClassName
{
background-color: #F3AA4D;
}
.BgClassName
{
background-color: #F3AA4D;
}
</style>
border-color css
<style>
span { border-color: #F3AA4D; }
span { border-color: rgb(243,170,77); }
td.TdClassName
{
border-color: #F3AA4D;
}
.TagClassName
{
border-color: #F3AA4D;
}
</style>