Shades of Casablanca #F0B751
Tints of Casablanca #F0B751
RGB
CMYK
RGB Variations
Color information
#F0B751 (or 0xF0B751) is known color: Casablanca. HEX triplet: F0, B7 and 51. RGB value is (240,183,81). Sum of RGB (Red+Green+Blue) = 240+183+81=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B751 is #0F48AE. Grayscale: #BCBCBC. Windows color (decimal): -1001647 or 5355504. OLE color: 5355504.
HSL color Cylindrical-coordinate representation of color #F0B751: hue angle of 38.49º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0B751 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 81 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.06 |
| HSL | 38.49º | 0.84% | 0.63% | - |
| HSV(B) | 38.49º | 0.66% | 0.94% | - |
| XYZ | 54.35 | 52.99 | 15.15 | - |
| YUV | 188.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 81 | 0 | 0.24 | 0.66 | 0.06 | 38.49 | 0.84 | 0.63 |
| Hex | F0 | B7 | 51 | 0 | 18 | 42 | 6 | 26 | 54 | 3F |
| Octal | 360 | 267 | 121 | 0 | 30 | 102 | 6 | 46 | 124 | 77 |
| Binary | 11110000 | 10110111 | 1010001 | 0 | 11000 | 1000010 | 110 | 100110 | 1010100 | 111111 |
Color Harmonies of #F0B751
Complementary color
Monochromatic Colors of #F0B751
Black with #F0B751
Text Example
Text Example
White with #F0B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B751; }
p { color: rgb(240,183,81); }
H1.HeaderClassName
{
color: #F0B751;
}
.AnyTagClassName
{
color: #F0B751;
}
</style>
background-color css
<style>
a { background-color: #F0B751; }
a { background-color: rgb(240,183,81); }
div.DivClassName
{
background-color: #F0B751;
}
.BgClassName
{
background-color: #F0B751;
}
</style>
border-color css
<style>
span { border-color: #F0B751; }
span { border-color: rgb(240,183,81); }
td.TdClassName
{
border-color: #F0B751;
}
.TagClassName
{
border-color: #F0B751;
}
</style>