Shades of Casablanca #F0B054
Tints of Casablanca #F0B054
RGB
CMYK
RGB Variations
Color information
#F0B054 (or 0xF0B054) is known color: Casablanca. HEX triplet: F0, B0 and 54. RGB value is (240,176,84). Sum of RGB (Red+Green+Blue) = 240+176+84=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B054 is #0F4FAB. Grayscale: #B9B9B9. Windows color (decimal): -1003436 or 5550320. OLE color: 5550320.
HSL color Cylindrical-coordinate representation of color #F0B054: hue angle of 35.38º 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 #F0B054 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 84 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.06 |
| HSL | 35.38º | 0.84% | 0.64% | - |
| HSV(B) | 35.38º | 0.65% | 0.94% | - |
| XYZ | 53.06 | 50.22 | 15.28 | - |
| YUV | 184.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 84 | 0 | 0.27 | 0.65 | 0.06 | 35.38 | 0.84 | 0.64 |
| Hex | F0 | B0 | 54 | 0 | 1B | 41 | 6 | 23 | 54 | 40 |
| Octal | 360 | 260 | 124 | 0 | 33 | 101 | 6 | 43 | 124 | 100 |
| Binary | 11110000 | 10110000 | 1010100 | 0 | 11011 | 1000001 | 110 | 100011 | 1010100 | 1000000 |
Color Harmonies of #F0B054
Complementary color
Monochromatic Colors of #F0B054
Black with #F0B054
Text Example
Text Example
White with #F0B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B054; }
p { color: rgb(240,176,84); }
H1.HeaderClassName
{
color: #F0B054;
}
.AnyTagClassName
{
color: #F0B054;
}
</style>
background-color css
<style>
a { background-color: #F0B054; }
a { background-color: rgb(240,176,84); }
div.DivClassName
{
background-color: #F0B054;
}
.BgClassName
{
background-color: #F0B054;
}
</style>
border-color css
<style>
span { border-color: #F0B054; }
span { border-color: rgb(240,176,84); }
td.TdClassName
{
border-color: #F0B054;
}
.TagClassName
{
border-color: #F0B054;
}
</style>