Shades of Casablanca #F1B051
Tints of Casablanca #F1B051
RGB
CMYK
RGB Variations
Color information
#F1B051 (or 0xF1B051) is known color: Casablanca. HEX triplet: F1, B0 and 51. RGB value is (241,176,81). Sum of RGB (Red+Green+Blue) = 241+176+81=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B051 is #0E4FAE. Grayscale: #B9B9B9. Windows color (decimal): -937903 or 5353713. OLE color: 5353713.
HSL color Cylindrical-coordinate representation of color #F1B051: hue angle of 35.62º 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 #F1B051 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 81 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.05 |
| HSL | 35.63º | 0.85% | 0.63% | - |
| HSV(B) | 35.63º | 0.66% | 0.95% | - |
| XYZ | 53.29 | 50.35 | 14.69 | - |
| YUV | 184.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 81 | 0 | 0.27 | 0.66 | 0.05 | 35.63 | 0.85 | 0.63 |
| Hex | F1 | B0 | 51 | 0 | 1B | 42 | 5 | 24 | 55 | 3F |
| Octal | 361 | 260 | 121 | 0 | 33 | 102 | 5 | 44 | 125 | 77 |
| Binary | 11110001 | 10110000 | 1010001 | 0 | 11011 | 1000010 | 101 | 100100 | 1010101 | 111111 |
Color Harmonies of #F1B051
Complementary color
Monochromatic Colors of #F1B051
Black with #F1B051
Text Example
Text Example
White with #F1B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B051; }
p { color: rgb(241,176,81); }
H1.HeaderClassName
{
color: #F1B051;
}
.AnyTagClassName
{
color: #F1B051;
}
</style>
background-color css
<style>
a { background-color: #F1B051; }
a { background-color: rgb(241,176,81); }
div.DivClassName
{
background-color: #F1B051;
}
.BgClassName
{
background-color: #F1B051;
}
</style>
border-color css
<style>
span { border-color: #F1B051; }
span { border-color: rgb(241,176,81); }
td.TdClassName
{
border-color: #F1B051;
}
.TagClassName
{
border-color: #F1B051;
}
</style>