Shades of Casablanca #F1B450
Tints of Casablanca #F1B450
RGB
CMYK
RGB Variations
Color information
#F1B450 (or 0xF1B450) is known color: Casablanca. HEX triplet: F1, B4 and 50. RGB value is (241,180,80). Sum of RGB (Red+Green+Blue) = 241+180+80=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B450 is #0E4BAF. Grayscale: #BBBBBB. Windows color (decimal): -936880 or 5289201. OLE color: 5289201.
HSL color Cylindrical-coordinate representation of color #F1B450: hue angle of 37.27º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1B450 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 80 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.05 |
| HSL | 37.27º | 0.85% | 0.63% | - |
| HSV(B) | 37.27º | 0.67% | 0.95% | - |
| XYZ | 54.04 | 51.92 | 14.76 | - |
| YUV | 186.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 80 | 0 | 0.25 | 0.67 | 0.05 | 37.27 | 0.85 | 0.63 |
| Hex | F1 | B4 | 50 | 0 | 19 | 43 | 5 | 25 | 55 | 3F |
| Octal | 361 | 264 | 120 | 0 | 31 | 103 | 5 | 45 | 125 | 77 |
| Binary | 11110001 | 10110100 | 1010000 | 0 | 11001 | 1000011 | 101 | 100101 | 1010101 | 111111 |
Color Harmonies of #F1B450
Complementary color
Monochromatic Colors of #F1B450
Black with #F1B450
Text Example
Text Example
White with #F1B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B450; }
p { color: rgb(241,180,80); }
H1.HeaderClassName
{
color: #F1B450;
}
.AnyTagClassName
{
color: #F1B450;
}
</style>
background-color css
<style>
a { background-color: #F1B450; }
a { background-color: rgb(241,180,80); }
div.DivClassName
{
background-color: #F1B450;
}
.BgClassName
{
background-color: #F1B450;
}
</style>
border-color css
<style>
span { border-color: #F1B450; }
span { border-color: rgb(241,180,80); }
td.TdClassName
{
border-color: #F1B450;
}
.TagClassName
{
border-color: #F1B450;
}
</style>