Shades of Casablanca #F1B45D
Tints of Casablanca #F1B45D
RGB
CMYK
RGB Variations
Color information
#F1B45D (or 0xF1B45D) is known color: Casablanca. HEX triplet: F1, B4 and 5D. RGB value is (241,180,93). Sum of RGB (Red+Green+Blue) = 241+180+93=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B45D is #0E4BA2. Grayscale: #BCBCBC. Windows color (decimal): -936867 or 6141169. OLE color: 6141169.
HSL color Cylindrical-coordinate representation of color #F1B45D: hue angle of 35.27º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1B45D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.05 |
| HSL | 35.27º | 0.84% | 0.65% | - |
| HSV(B) | 35.27º | 0.61% | 0.95% | - |
| XYZ | 54.57 | 52.13 | 17.54 | - |
| YUV | 188.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 93 | 0 | 0.25 | 0.61 | 0.05 | 35.27 | 0.84 | 0.65 |
| Hex | F1 | B4 | 5D | 0 | 19 | 3D | 5 | 23 | 54 | 41 |
| Octal | 361 | 264 | 135 | 0 | 31 | 75 | 5 | 43 | 124 | 101 |
| Binary | 11110001 | 10110100 | 1011101 | 0 | 11001 | 111101 | 101 | 100011 | 1010100 | 1000001 |
Color Harmonies of #F1B45D
Complementary color
Monochromatic Colors of #F1B45D
Black with #F1B45D
Text Example
Text Example
White with #F1B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B45D; }
p { color: rgb(241,180,93); }
H1.HeaderClassName
{
color: #F1B45D;
}
.AnyTagClassName
{
color: #F1B45D;
}
</style>
background-color css
<style>
a { background-color: #F1B45D; }
a { background-color: rgb(241,180,93); }
div.DivClassName
{
background-color: #F1B45D;
}
.BgClassName
{
background-color: #F1B45D;
}
</style>
border-color css
<style>
span { border-color: #F1B45D; }
span { border-color: rgb(241,180,93); }
td.TdClassName
{
border-color: #F1B45D;
}
.TagClassName
{
border-color: #F1B45D;
}
</style>