Shades of Casablanca #F0B356
Tints of Casablanca #F0B356
RGB
CMYK
RGB Variations
Color information
#F0B356 (or 0xF0B356) is known color: Casablanca. HEX triplet: F0, B3 and 56. RGB value is (240,179,86). Sum of RGB (Red+Green+Blue) = 240+179+86=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B356 is #0F4CA9. Grayscale: #BBBBBB. Windows color (decimal): -1002666 or 5682160. OLE color: 5682160.
HSL color Cylindrical-coordinate representation of color #F0B356: hue angle of 36.23º 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 #F0B356 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 86 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.06 |
| HSL | 36.23º | 0.84% | 0.64% | - |
| HSV(B) | 36.23º | 0.64% | 0.94% | - |
| XYZ | 53.73 | 51.44 | 15.9 | - |
| YUV | 186.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 86 | 0 | 0.25 | 0.64 | 0.06 | 36.23 | 0.84 | 0.64 |
| Hex | F0 | B3 | 56 | 0 | 19 | 40 | 6 | 24 | 54 | 40 |
| Octal | 360 | 263 | 126 | 0 | 31 | 100 | 6 | 44 | 124 | 100 |
| Binary | 11110000 | 10110011 | 1010110 | 0 | 11001 | 1000000 | 110 | 100100 | 1010100 | 1000000 |
Color Harmonies of #F0B356
Complementary color
Monochromatic Colors of #F0B356
Black with #F0B356
Text Example
Text Example
White with #F0B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B356; }
p { color: rgb(240,179,86); }
H1.HeaderClassName
{
color: #F0B356;
}
.AnyTagClassName
{
color: #F0B356;
}
</style>
background-color css
<style>
a { background-color: #F0B356; }
a { background-color: rgb(240,179,86); }
div.DivClassName
{
background-color: #F0B356;
}
.BgClassName
{
background-color: #F0B356;
}
</style>
border-color css
<style>
span { border-color: #F0B356; }
span { border-color: rgb(240,179,86); }
td.TdClassName
{
border-color: #F0B356;
}
.TagClassName
{
border-color: #F0B356;
}
</style>