Shades of Casablanca #F1AA4D
Tints of Casablanca #F1AA4D
RGB
CMYK
RGB Variations
Color information
#F1AA4D (or 0xF1AA4D) is known color: Casablanca. HEX triplet: F1, AA and 4D. RGB value is (241,170,77). Sum of RGB (Red+Green+Blue) = 241+170+77=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA4D is #0E55B2. Grayscale: #B5B5B5. Windows color (decimal): -939443 or 5090033. OLE color: 5090033.
HSL color Cylindrical-coordinate representation of color #F1AA4D: hue angle of 34.02º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1AA4D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 77 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.05 |
| HSL | 34.02º | 0.85% | 0.62% | - |
| HSV(B) | 34.02º | 0.68% | 0.95% | - |
| XYZ | 51.99 | 47.99 | 13.54 | - |
| YUV | 180.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 77 | 0 | 0.29 | 0.68 | 0.05 | 34.02 | 0.85 | 0.62 |
| Hex | F1 | AA | 4D | 0 | 1D | 44 | 5 | 22 | 55 | 3E |
| Octal | 361 | 252 | 115 | 0 | 35 | 104 | 5 | 42 | 125 | 76 |
| Binary | 11110001 | 10101010 | 1001101 | 0 | 11101 | 1000100 | 101 | 100010 | 1010101 | 111110 |
Color Harmonies of #F1AA4D
Complementary color
Monochromatic Colors of #F1AA4D
Black with #F1AA4D
Text Example
Text Example
White with #F1AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA4D; }
p { color: rgb(241,170,77); }
H1.HeaderClassName
{
color: #F1AA4D;
}
.AnyTagClassName
{
color: #F1AA4D;
}
</style>
background-color css
<style>
a { background-color: #F1AA4D; }
a { background-color: rgb(241,170,77); }
div.DivClassName
{
background-color: #F1AA4D;
}
.BgClassName
{
background-color: #F1AA4D;
}
</style>
border-color css
<style>
span { border-color: #F1AA4D; }
span { border-color: rgb(241,170,77); }
td.TdClassName
{
border-color: #F1AA4D;
}
.TagClassName
{
border-color: #F1AA4D;
}
</style>