Shades of Casablanca #F0B456
Tints of Casablanca #F0B456
RGB
CMYK
RGB Variations
Color information
#F0B456 (or 0xF0B456) is known color: Casablanca. HEX triplet: F0, B4 and 56. RGB value is (240,180,86). Sum of RGB (Red+Green+Blue) = 240+180+86=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B456 is #0F4BA9. Grayscale: #BBBBBB. Windows color (decimal): -1002410 or 5682416. OLE color: 5682416.
HSL color Cylindrical-coordinate representation of color #F0B456: hue angle of 36.62º 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 #F0B456 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 86 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.06 |
| HSL | 36.62º | 0.84% | 0.64% | - |
| HSV(B) | 36.62º | 0.64% | 0.94% | - |
| XYZ | 53.94 | 51.84 | 15.97 | - |
| YUV | 187.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 86 | 0 | 0.25 | 0.64 | 0.06 | 36.62 | 0.84 | 0.64 |
| Hex | F0 | B4 | 56 | 0 | 19 | 40 | 6 | 25 | 54 | 40 |
| Octal | 360 | 264 | 126 | 0 | 31 | 100 | 6 | 45 | 124 | 100 |
| Binary | 11110000 | 10110100 | 1010110 | 0 | 11001 | 1000000 | 110 | 100101 | 1010100 | 1000000 |
Color Harmonies of #F0B456
Complementary color
Monochromatic Colors of #F0B456
Black with #F0B456
Text Example
Text Example
White with #F0B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B456; }
p { color: rgb(240,180,86); }
H1.HeaderClassName
{
color: #F0B456;
}
.AnyTagClassName
{
color: #F0B456;
}
</style>
background-color css
<style>
a { background-color: #F0B456; }
a { background-color: rgb(240,180,86); }
div.DivClassName
{
background-color: #F0B456;
}
.BgClassName
{
background-color: #F0B456;
}
</style>
border-color css
<style>
span { border-color: #F0B456; }
span { border-color: rgb(240,180,86); }
td.TdClassName
{
border-color: #F0B456;
}
.TagClassName
{
border-color: #F0B456;
}
</style>