Shades of Casablanca #F0B55D
Tints of Casablanca #F0B55D
RGB
CMYK
RGB Variations
Color information
#F0B55D (or 0xF0B55D) is known color: Casablanca. HEX triplet: F0, B5 and 5D. RGB value is (240,181,93). Sum of RGB (Red+Green+Blue) = 240+181+93=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B55D is #0F4AA2. Grayscale: #BDBDBD. Windows color (decimal): -1002147 or 6141424. OLE color: 6141424.
HSL color Cylindrical-coordinate representation of color #F0B55D: hue angle of 35.92º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0B55D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.06 |
| HSL | 35.92º | 0.83% | 0.65% | - |
| HSV(B) | 35.92º | 0.61% | 0.94% | - |
| XYZ | 54.43 | 52.36 | 17.59 | - |
| YUV | 188.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 93 | 0 | 0.25 | 0.61 | 0.06 | 35.92 | 0.83 | 0.65 |
| Hex | F0 | B5 | 5D | 0 | 19 | 3D | 6 | 24 | 53 | 41 |
| Octal | 360 | 265 | 135 | 0 | 31 | 75 | 6 | 44 | 123 | 101 |
| Binary | 11110000 | 10110101 | 1011101 | 0 | 11001 | 111101 | 110 | 100100 | 1010011 | 1000001 |
Color Harmonies of #F0B55D
Complementary color
Monochromatic Colors of #F0B55D
Black with #F0B55D
Text Example
Text Example
White with #F0B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B55D; }
p { color: rgb(240,181,93); }
H1.HeaderClassName
{
color: #F0B55D;
}
.AnyTagClassName
{
color: #F0B55D;
}
</style>
background-color css
<style>
a { background-color: #F0B55D; }
a { background-color: rgb(240,181,93); }
div.DivClassName
{
background-color: #F0B55D;
}
.BgClassName
{
background-color: #F0B55D;
}
</style>
border-color css
<style>
span { border-color: #F0B55D; }
span { border-color: rgb(240,181,93); }
td.TdClassName
{
border-color: #F0B55D;
}
.TagClassName
{
border-color: #F0B55D;
}
</style>