Shades of Casablanca #F0B859
Tints of Casablanca #F0B859
RGB
CMYK
RGB Variations
Color information
#F0B859 (or 0xF0B859) is known color: Casablanca. HEX triplet: F0, B8 and 59. RGB value is (240,184,89). Sum of RGB (Red+Green+Blue) = 240+184+89=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B859 is #0F47A6. Grayscale: #BEBEBE. Windows color (decimal): -1001383 or 5880048. OLE color: 5880048.
HSL color Cylindrical-coordinate representation of color #F0B859: hue angle of 37.75º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B859 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 89 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.06 |
| HSL | 37.75º | 0.83% | 0.65% | - |
| HSV(B) | 37.75º | 0.63% | 0.94% | - |
| XYZ | 54.88 | 53.53 | 16.89 | - |
| YUV | 189.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 89 | 0 | 0.23 | 0.63 | 0.06 | 37.75 | 0.83 | 0.65 |
| Hex | F0 | B8 | 59 | 0 | 17 | 3F | 6 | 26 | 53 | 41 |
| Octal | 360 | 270 | 131 | 0 | 27 | 77 | 6 | 46 | 123 | 101 |
| Binary | 11110000 | 10111000 | 1011001 | 0 | 10111 | 111111 | 110 | 100110 | 1010011 | 1000001 |
Color Harmonies of #F0B859
Complementary color
Monochromatic Colors of #F0B859
Black with #F0B859
Text Example
Text Example
White with #F0B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B859; }
p { color: rgb(240,184,89); }
H1.HeaderClassName
{
color: #F0B859;
}
.AnyTagClassName
{
color: #F0B859;
}
</style>
background-color css
<style>
a { background-color: #F0B859; }
a { background-color: rgb(240,184,89); }
div.DivClassName
{
background-color: #F0B859;
}
.BgClassName
{
background-color: #F0B859;
}
</style>
border-color css
<style>
span { border-color: #F0B859; }
span { border-color: rgb(240,184,89); }
td.TdClassName
{
border-color: #F0B859;
}
.TagClassName
{
border-color: #F0B859;
}
</style>