Shades of Casablanca #F1B053
Tints of Casablanca #F1B053
RGB
CMYK
RGB Variations
Color information
#F1B053 (or 0xF1B053) is known color: Casablanca. HEX triplet: F1, B0 and 53. RGB value is (241,176,83). Sum of RGB (Red+Green+Blue) = 241+176+83=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B053 is #0E4FAC. Grayscale: #B9B9B9. Windows color (decimal): -937901 or 5484785. OLE color: 5484785.
HSL color Cylindrical-coordinate representation of color #F1B053: hue angle of 35.32º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1B053 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 83 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.05 |
| HSL | 35.32º | 0.85% | 0.64% | - |
| HSV(B) | 35.32º | 0.66% | 0.95% | - |
| XYZ | 53.36 | 50.38 | 15.09 | - |
| YUV | 184.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 83 | 0 | 0.27 | 0.66 | 0.05 | 35.32 | 0.85 | 0.64 |
| Hex | F1 | B0 | 53 | 0 | 1B | 42 | 5 | 23 | 55 | 40 |
| Octal | 361 | 260 | 123 | 0 | 33 | 102 | 5 | 43 | 125 | 100 |
| Binary | 11110001 | 10110000 | 1010011 | 0 | 11011 | 1000010 | 101 | 100011 | 1010101 | 1000000 |
Color Harmonies of #F1B053
Complementary color
Monochromatic Colors of #F1B053
Black with #F1B053
Text Example
Text Example
White with #F1B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B053; }
p { color: rgb(241,176,83); }
H1.HeaderClassName
{
color: #F1B053;
}
.AnyTagClassName
{
color: #F1B053;
}
</style>
background-color css
<style>
a { background-color: #F1B053; }
a { background-color: rgb(241,176,83); }
div.DivClassName
{
background-color: #F1B053;
}
.BgClassName
{
background-color: #F1B053;
}
</style>
border-color css
<style>
span { border-color: #F1B053; }
span { border-color: rgb(241,176,83); }
td.TdClassName
{
border-color: #F1B053;
}
.TagClassName
{
border-color: #F1B053;
}
</style>