Shades of Casablanca #F0B756
Tints of Casablanca #F0B756
RGB
CMYK
RGB Variations
Color information
#F0B756 (or 0xF0B756) is known color: Casablanca. HEX triplet: F0, B7 and 56. RGB value is (240,183,86). Sum of RGB (Red+Green+Blue) = 240+183+86=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B756 is #0F48A9. Grayscale: #BDBDBD. Windows color (decimal): -1001642 or 5683184. OLE color: 5683184.
HSL color Cylindrical-coordinate representation of color #F0B756: hue angle of 37.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0B756 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.06 |
| HSL | 37.79º | 0.84% | 0.64% | - |
| HSV(B) | 37.79º | 0.64% | 0.94% | - |
| XYZ | 54.55 | 53.06 | 16.17 | - |
| YUV | 188.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 86 | 0 | 0.24 | 0.64 | 0.06 | 37.79 | 0.84 | 0.64 |
| Hex | F0 | B7 | 56 | 0 | 18 | 40 | 6 | 26 | 54 | 40 |
| Octal | 360 | 267 | 126 | 0 | 30 | 100 | 6 | 46 | 124 | 100 |
| Binary | 11110000 | 10110111 | 1010110 | 0 | 11000 | 1000000 | 110 | 100110 | 1010100 | 1000000 |
Color Harmonies of #F0B756
Complementary color
Monochromatic Colors of #F0B756
Black with #F0B756
Text Example
Text Example
White with #F0B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B756; }
p { color: rgb(240,183,86); }
H1.HeaderClassName
{
color: #F0B756;
}
.AnyTagClassName
{
color: #F0B756;
}
</style>
background-color css
<style>
a { background-color: #F0B756; }
a { background-color: rgb(240,183,86); }
div.DivClassName
{
background-color: #F0B756;
}
.BgClassName
{
background-color: #F0B756;
}
</style>
border-color css
<style>
span { border-color: #F0B756; }
span { border-color: rgb(240,183,86); }
td.TdClassName
{
border-color: #F0B756;
}
.TagClassName
{
border-color: #F0B756;
}
</style>