Shades of Casablanca #F1A852
Tints of Casablanca #F1A852
RGB
CMYK
RGB Variations
Color information
#F1A852 (or 0xF1A852) is known color: Casablanca. HEX triplet: F1, A8 and 52. RGB value is (241,168,82). Sum of RGB (Red+Green+Blue) = 241+168+82=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A852 is #0E57AD. Grayscale: #B4B4B4. Windows color (decimal): -939950 or 5417201. OLE color: 5417201.
HSL color Cylindrical-coordinate representation of color #F1A852: hue angle of 32.45º 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 #F1A852 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 82 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.05 |
| HSL | 32.45º | 0.85% | 0.63% | - |
| HSV(B) | 32.45º | 0.66% | 0.95% | - |
| XYZ | 51.8 | 47.32 | 14.39 | - |
| YUV | 180.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 82 | 0 | 0.30 | 0.66 | 0.05 | 32.45 | 0.85 | 0.63 |
| Hex | F1 | A8 | 52 | 0 | 1E | 42 | 5 | 20 | 55 | 3F |
| Octal | 361 | 250 | 122 | 0 | 36 | 102 | 5 | 40 | 125 | 77 |
| Binary | 11110001 | 10101000 | 1010010 | 0 | 11110 | 1000010 | 101 | 100000 | 1010101 | 111111 |
Color Harmonies of #F1A852
Complementary color
Monochromatic Colors of #F1A852
Black with #F1A852
Text Example
Text Example
White with #F1A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A852; }
p { color: rgb(241,168,82); }
H1.HeaderClassName
{
color: #F1A852;
}
.AnyTagClassName
{
color: #F1A852;
}
</style>
background-color css
<style>
a { background-color: #F1A852; }
a { background-color: rgb(241,168,82); }
div.DivClassName
{
background-color: #F1A852;
}
.BgClassName
{
background-color: #F1A852;
}
</style>
border-color css
<style>
span { border-color: #F1A852; }
span { border-color: rgb(241,168,82); }
td.TdClassName
{
border-color: #F1A852;
}
.TagClassName
{
border-color: #F1A852;
}
</style>