Shades of Casablanca #F1A855
Tints of Casablanca #F1A855
RGB
CMYK
RGB Variations
Color information
#F1A855 (or 0xF1A855) is known color: Casablanca. HEX triplet: F1, A8 and 55. RGB value is (241,168,85). Sum of RGB (Red+Green+Blue) = 241+168+85=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A855 is #0E57AA. Grayscale: #B4B4B4. Windows color (decimal): -939947 or 5613809. OLE color: 5613809.
HSL color Cylindrical-coordinate representation of color #F1A855: hue angle of 31.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1A855 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 85 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.05 |
| HSL | 31.92º | 0.85% | 0.64% | - |
| HSV(B) | 31.92º | 0.65% | 0.95% | - |
| XYZ | 51.92 | 47.36 | 15 | - |
| YUV | 180.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 85 | 0 | 0.30 | 0.65 | 0.05 | 31.92 | 0.85 | 0.64 |
| Hex | F1 | A8 | 55 | 0 | 1E | 41 | 5 | 20 | 55 | 40 |
| Octal | 361 | 250 | 125 | 0 | 36 | 101 | 5 | 40 | 125 | 100 |
| Binary | 11110001 | 10101000 | 1010101 | 0 | 11110 | 1000001 | 101 | 100000 | 1010101 | 1000000 |
Color Harmonies of #F1A855
Complementary color
Monochromatic Colors of #F1A855
Black with #F1A855
Text Example
Text Example
White with #F1A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A855; }
p { color: rgb(241,168,85); }
H1.HeaderClassName
{
color: #F1A855;
}
.AnyTagClassName
{
color: #F1A855;
}
</style>
background-color css
<style>
a { background-color: #F1A855; }
a { background-color: rgb(241,168,85); }
div.DivClassName
{
background-color: #F1A855;
}
.BgClassName
{
background-color: #F1A855;
}
</style>
border-color css
<style>
span { border-color: #F1A855; }
span { border-color: rgb(241,168,85); }
td.TdClassName
{
border-color: #F1A855;
}
.TagClassName
{
border-color: #F1A855;
}
</style>