Shades of Casablanca #F0B656
Tints of Casablanca #F0B656
RGB
CMYK
RGB Variations
Color information
#F0B656 (or 0xF0B656) is known color: Casablanca. HEX triplet: F0, B6 and 56. RGB value is (240,182,86). Sum of RGB (Red+Green+Blue) = 240+182+86=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B656 is #0F49A9. Grayscale: #BCBCBC. Windows color (decimal): -1001898 or 5682928. OLE color: 5682928.
HSL color Cylindrical-coordinate representation of color #F0B656: hue angle of 37.4º 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 #F0B656 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.06 |
| HSL | 37.4º | 0.84% | 0.64% | - |
| HSV(B) | 37.4º | 0.64% | 0.94% | - |
| XYZ | 54.34 | 52.65 | 16.1 | - |
| YUV | 188.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 86 | 0 | 0.24 | 0.64 | 0.06 | 37.4 | 0.84 | 0.64 |
| Hex | F0 | B6 | 56 | 0 | 18 | 40 | 6 | 25 | 54 | 40 |
| Octal | 360 | 266 | 126 | 0 | 30 | 100 | 6 | 45 | 124 | 100 |
| Binary | 11110000 | 10110110 | 1010110 | 0 | 11000 | 1000000 | 110 | 100101 | 1010100 | 1000000 |
Color Harmonies of #F0B656
Complementary color
Monochromatic Colors of #F0B656
Black with #F0B656
Text Example
Text Example
White with #F0B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B656; }
p { color: rgb(240,182,86); }
H1.HeaderClassName
{
color: #F0B656;
}
.AnyTagClassName
{
color: #F0B656;
}
</style>
background-color css
<style>
a { background-color: #F0B656; }
a { background-color: rgb(240,182,86); }
div.DivClassName
{
background-color: #F0B656;
}
.BgClassName
{
background-color: #F0B656;
}
</style>
border-color css
<style>
span { border-color: #F0B656; }
span { border-color: rgb(240,182,86); }
td.TdClassName
{
border-color: #F0B656;
}
.TagClassName
{
border-color: #F0B656;
}
</style>