Shades of Casablanca #F0B558
Tints of Casablanca #F0B558
RGB
CMYK
RGB Variations
Color information
#F0B558 (or 0xF0B558) is known color: Casablanca. HEX triplet: F0, B5 and 58. RGB value is (240,181,88). Sum of RGB (Red+Green+Blue) = 240+181+88=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B558 is #0F4AA7. Grayscale: #BCBCBC. Windows color (decimal): -1002152 or 5813744. OLE color: 5813744.
HSL color Cylindrical-coordinate representation of color #F0B558: hue angle of 36.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B558 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 88 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.06 |
| HSL | 36.71º | 0.84% | 0.64% | - |
| HSV(B) | 36.71º | 0.63% | 0.94% | - |
| XYZ | 54.22 | 52.28 | 16.47 | - |
| YUV | 188.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 88 | 0 | 0.25 | 0.63 | 0.06 | 36.71 | 0.84 | 0.64 |
| Hex | F0 | B5 | 58 | 0 | 19 | 3F | 6 | 25 | 54 | 40 |
| Octal | 360 | 265 | 130 | 0 | 31 | 77 | 6 | 45 | 124 | 100 |
| Binary | 11110000 | 10110101 | 1011000 | 0 | 11001 | 111111 | 110 | 100101 | 1010100 | 1000000 |
Color Harmonies of #F0B558
Complementary color
Monochromatic Colors of #F0B558
Black with #F0B558
Text Example
Text Example
White with #F0B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B558; }
p { color: rgb(240,181,88); }
H1.HeaderClassName
{
color: #F0B558;
}
.AnyTagClassName
{
color: #F0B558;
}
</style>
background-color css
<style>
a { background-color: #F0B558; }
a { background-color: rgb(240,181,88); }
div.DivClassName
{
background-color: #F0B558;
}
.BgClassName
{
background-color: #F0B558;
}
</style>
border-color css
<style>
span { border-color: #F0B558; }
span { border-color: rgb(240,181,88); }
td.TdClassName
{
border-color: #F0B558;
}
.TagClassName
{
border-color: #F0B558;
}
</style>