Shades of Casablanca #F0B457
Tints of Casablanca #F0B457
RGB
CMYK
RGB Variations
Color information
#F0B457 (or 0xF0B457) is known color: Casablanca. HEX triplet: F0, B4 and 57. RGB value is (240,180,87). Sum of RGB (Red+Green+Blue) = 240+180+87=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B457 is #0F4BA8. Grayscale: #BBBBBB. Windows color (decimal): -1002409 or 5747952. OLE color: 5747952.
HSL color Cylindrical-coordinate representation of color #F0B457: hue angle of 36.47º 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 #F0B457 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 87 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.06 |
| HSL | 36.47º | 0.84% | 0.64% | - |
| HSV(B) | 36.47º | 0.64% | 0.94% | - |
| XYZ | 53.98 | 51.86 | 16.18 | - |
| YUV | 187.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 87 | 0 | 0.25 | 0.64 | 0.06 | 36.47 | 0.84 | 0.64 |
| Hex | F0 | B4 | 57 | 0 | 19 | 40 | 6 | 24 | 54 | 40 |
| Octal | 360 | 264 | 127 | 0 | 31 | 100 | 6 | 44 | 124 | 100 |
| Binary | 11110000 | 10110100 | 1010111 | 0 | 11001 | 1000000 | 110 | 100100 | 1010100 | 1000000 |
Color Harmonies of #F0B457
Complementary color
Monochromatic Colors of #F0B457
Black with #F0B457
Text Example
Text Example
White with #F0B457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B457; }
p { color: rgb(240,180,87); }
H1.HeaderClassName
{
color: #F0B457;
}
.AnyTagClassName
{
color: #F0B457;
}
</style>
background-color css
<style>
a { background-color: #F0B457; }
a { background-color: rgb(240,180,87); }
div.DivClassName
{
background-color: #F0B457;
}
.BgClassName
{
background-color: #F0B457;
}
</style>
border-color css
<style>
span { border-color: #F0B457; }
span { border-color: rgb(240,180,87); }
td.TdClassName
{
border-color: #F0B457;
}
.TagClassName
{
border-color: #F0B457;
}
</style>