Shades of Casablanca #F1A552
Tints of Casablanca #F1A552
RGB
CMYK
RGB Variations
Color information
#F1A552 (or 0xF1A552) is known color: Casablanca. HEX triplet: F1, A5 and 52. RGB value is (241,165,82). Sum of RGB (Red+Green+Blue) = 241+165+82=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A552 is #0E5AAD. Grayscale: #B2B2B2. Windows color (decimal): -940718 or 5416433. OLE color: 5416433.
HSL color Cylindrical-coordinate representation of color #F1A552: hue angle of 31.32º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1A552 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 82 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.05 |
| HSL | 31.32º | 0.85% | 0.63% | - |
| HSV(B) | 31.32º | 0.66% | 0.95% | - |
| XYZ | 51.25 | 46.22 | 14.2 | - |
| YUV | 178.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 82 | 0 | 0.32 | 0.66 | 0.05 | 31.32 | 0.85 | 0.63 |
| Hex | F1 | A5 | 52 | 0 | 20 | 42 | 5 | 1F | 55 | 3F |
| Octal | 361 | 245 | 122 | 0 | 40 | 102 | 5 | 37 | 125 | 77 |
| Binary | 11110001 | 10100101 | 1010010 | 0 | 100000 | 1000010 | 101 | 11111 | 1010101 | 111111 |
Color Harmonies of #F1A552
Complementary color
Monochromatic Colors of #F1A552
Black with #F1A552
Text Example
Text Example
White with #F1A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A552; }
p { color: rgb(241,165,82); }
H1.HeaderClassName
{
color: #F1A552;
}
.AnyTagClassName
{
color: #F1A552;
}
</style>
background-color css
<style>
a { background-color: #F1A552; }
a { background-color: rgb(241,165,82); }
div.DivClassName
{
background-color: #F1A552;
}
.BgClassName
{
background-color: #F1A552;
}
</style>
border-color css
<style>
span { border-color: #F1A552; }
span { border-color: rgb(241,165,82); }
td.TdClassName
{
border-color: #F1A552;
}
.TagClassName
{
border-color: #F1A552;
}
</style>