Shades of Casablanca #F0B145
Tints of Casablanca #F0B145
RGB
CMYK
RGB Variations
Color information
#F0B145 (or 0xF0B145) is known color: Casablanca. HEX triplet: F0, B1 and 45. RGB value is (240,177,69). Sum of RGB (Red+Green+Blue) = 240+177+69=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B145 is #0F4EBA. Grayscale: #B8B8B8. Windows color (decimal): -1003195 or 4567536. OLE color: 4567536.
HSL color Cylindrical-coordinate representation of color #F0B145: hue angle of 37.89º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0B145 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 69 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.06 |
| HSL | 37.89º | 0.85% | 0.61% | - |
| HSV(B) | 37.89º | 0.71% | 0.94% | - |
| XYZ | 52.73 | 50.4 | 12.58 | - |
| YUV | 183.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 69 | 0 | 0.26 | 0.71 | 0.06 | 37.89 | 0.85 | 0.61 |
| Hex | F0 | B1 | 45 | 0 | 1A | 47 | 6 | 26 | 55 | 3D |
| Octal | 360 | 261 | 105 | 0 | 32 | 107 | 6 | 46 | 125 | 75 |
| Binary | 11110000 | 10110001 | 1000101 | 0 | 11010 | 1000111 | 110 | 100110 | 1010101 | 111101 |
Color Harmonies of #F0B145
Complementary color
Monochromatic Colors of #F0B145
Black with #F0B145
Text Example
Text Example
White with #F0B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B145; }
p { color: rgb(240,177,69); }
H1.HeaderClassName
{
color: #F0B145;
}
.AnyTagClassName
{
color: #F0B145;
}
</style>
background-color css
<style>
a { background-color: #F0B145; }
a { background-color: rgb(240,177,69); }
div.DivClassName
{
background-color: #F0B145;
}
.BgClassName
{
background-color: #F0B145;
}
</style>
border-color css
<style>
span { border-color: #F0B145; }
span { border-color: rgb(240,177,69); }
td.TdClassName
{
border-color: #F0B145;
}
.TagClassName
{
border-color: #F0B145;
}
</style>