Shades of Casablanca #F1B555
Tints of Casablanca #F1B555
RGB
CMYK
RGB Variations
Color information
#F1B555 (or 0xF1B555) is known color: Casablanca. HEX triplet: F1, B5 and 55. RGB value is (241,181,85). Sum of RGB (Red+Green+Blue) = 241+181+85=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B555 is #0E4AAA. Grayscale: #BCBCBC. Windows color (decimal): -936619 or 5617137. OLE color: 5617137.
HSL color Cylindrical-coordinate representation of color #F1B555: hue angle of 36.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 #F1B555 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 85 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.05 |
| HSL | 36.92º | 0.85% | 0.64% | - |
| HSV(B) | 36.92º | 0.65% | 0.95% | - |
| XYZ | 54.44 | 52.4 | 15.84 | - |
| YUV | 188 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 85 | 0 | 0.25 | 0.65 | 0.05 | 36.92 | 0.85 | 0.64 |
| Hex | F1 | B5 | 55 | 0 | 19 | 41 | 5 | 25 | 55 | 40 |
| Octal | 361 | 265 | 125 | 0 | 31 | 101 | 5 | 45 | 125 | 100 |
| Binary | 11110001 | 10110101 | 1010101 | 0 | 11001 | 1000001 | 101 | 100101 | 1010101 | 1000000 |
Color Harmonies of #F1B555
Complementary color
Monochromatic Colors of #F1B555
Black with #F1B555
Text Example
Text Example
White with #F1B555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B555; }
p { color: rgb(241,181,85); }
H1.HeaderClassName
{
color: #F1B555;
}
.AnyTagClassName
{
color: #F1B555;
}
</style>
background-color css
<style>
a { background-color: #F1B555; }
a { background-color: rgb(241,181,85); }
div.DivClassName
{
background-color: #F1B555;
}
.BgClassName
{
background-color: #F1B555;
}
</style>
border-color css
<style>
span { border-color: #F1B555; }
span { border-color: rgb(241,181,85); }
td.TdClassName
{
border-color: #F1B555;
}
.TagClassName
{
border-color: #F1B555;
}
</style>