Shades of Casablanca #F0B754
Tints of Casablanca #F0B754
RGB
CMYK
RGB Variations
Color information
#F0B754 (or 0xF0B754) is known color: Casablanca. HEX triplet: F0, B7 and 54. RGB value is (240,183,84). Sum of RGB (Red+Green+Blue) = 240+183+84=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B754 is #0F48AB. Grayscale: #BDBDBD. Windows color (decimal): -1001644 or 5552112. OLE color: 5552112.
HSL color Cylindrical-coordinate representation of color #F0B754: hue angle of 38.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0B754 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 84 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.06 |
| HSL | 38.08º | 0.84% | 0.64% | - |
| HSV(B) | 38.08º | 0.65% | 0.94% | - |
| XYZ | 54.47 | 53.03 | 15.75 | - |
| YUV | 188.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 84 | 0 | 0.24 | 0.65 | 0.06 | 38.08 | 0.84 | 0.64 |
| Hex | F0 | B7 | 54 | 0 | 18 | 41 | 6 | 26 | 54 | 40 |
| Octal | 360 | 267 | 124 | 0 | 30 | 101 | 6 | 46 | 124 | 100 |
| Binary | 11110000 | 10110111 | 1010100 | 0 | 11000 | 1000001 | 110 | 100110 | 1010100 | 1000000 |
Color Harmonies of #F0B754
Complementary color
Monochromatic Colors of #F0B754
Black with #F0B754
Text Example
Text Example
White with #F0B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B754; }
p { color: rgb(240,183,84); }
H1.HeaderClassName
{
color: #F0B754;
}
.AnyTagClassName
{
color: #F0B754;
}
</style>
background-color css
<style>
a { background-color: #F0B754; }
a { background-color: rgb(240,183,84); }
div.DivClassName
{
background-color: #F0B754;
}
.BgClassName
{
background-color: #F0B754;
}
</style>
border-color css
<style>
span { border-color: #F0B754; }
span { border-color: rgb(240,183,84); }
td.TdClassName
{
border-color: #F0B754;
}
.TagClassName
{
border-color: #F0B754;
}
</style>