Shades of Casablanca #F1B049
Tints of Casablanca #F1B049
RGB
CMYK
RGB Variations
Color information
#F1B049 (or 0xF1B049) is known color: Casablanca. HEX triplet: F1, B0 and 49. RGB value is (241,176,73). Sum of RGB (Red+Green+Blue) = 241+176+73=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B049 is #0E4FB6. Grayscale: #B8B8B8. Windows color (decimal): -937911 or 4829425. OLE color: 4829425.
HSL color Cylindrical-coordinate representation of color #F1B049: hue angle of 36.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1B049 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 73 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.05 |
| HSL | 36.79º | 0.86% | 0.62% | - |
| HSV(B) | 36.79º | 0.7% | 0.95% | - |
| XYZ | 53 | 50.23 | 13.21 | - |
| YUV | 183.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 73 | 0 | 0.27 | 0.70 | 0.05 | 36.79 | 0.86 | 0.62 |
| Hex | F1 | B0 | 49 | 0 | 1B | 46 | 5 | 25 | 56 | 3E |
| Octal | 361 | 260 | 111 | 0 | 33 | 106 | 5 | 45 | 126 | 76 |
| Binary | 11110001 | 10110000 | 1001001 | 0 | 11011 | 1000110 | 101 | 100101 | 1010110 | 111110 |
Color Harmonies of #F1B049
Complementary color
Monochromatic Colors of #F1B049
Black with #F1B049
Text Example
Text Example
White with #F1B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B049; }
p { color: rgb(241,176,73); }
H1.HeaderClassName
{
color: #F1B049;
}
.AnyTagClassName
{
color: #F1B049;
}
</style>
background-color css
<style>
a { background-color: #F1B049; }
a { background-color: rgb(241,176,73); }
div.DivClassName
{
background-color: #F1B049;
}
.BgClassName
{
background-color: #F1B049;
}
</style>
border-color css
<style>
span { border-color: #F1B049; }
span { border-color: rgb(241,176,73); }
td.TdClassName
{
border-color: #F1B049;
}
.TagClassName
{
border-color: #F1B049;
}
</style>