Shades of Casablanca #F0B95D
Tints of Casablanca #F0B95D
RGB
CMYK
RGB Variations
Color information
#F0B95D (or 0xF0B95D) is known color: Casablanca. HEX triplet: F0, B9 and 5D. RGB value is (240,185,93). Sum of RGB (Red+Green+Blue) = 240+185+93=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B95D is #0F46A2. Grayscale: #BFBFBF. Windows color (decimal): -1001123 or 6142448. OLE color: 6142448.
HSL color Cylindrical-coordinate representation of color #F0B95D: hue angle of 37.55º 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 #F0B95D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.06 |
| HSL | 37.55º | 0.83% | 0.65% | - |
| HSV(B) | 37.55º | 0.61% | 0.94% | - |
| XYZ | 55.26 | 54.01 | 17.87 | - |
| YUV | 190.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 93 | 0 | 0.23 | 0.61 | 0.06 | 37.55 | 0.83 | 0.65 |
| Hex | F0 | B9 | 5D | 0 | 17 | 3D | 6 | 26 | 53 | 41 |
| Octal | 360 | 271 | 135 | 0 | 27 | 75 | 6 | 46 | 123 | 101 |
| Binary | 11110000 | 10111001 | 1011101 | 0 | 10111 | 111101 | 110 | 100110 | 1010011 | 1000001 |
Color Harmonies of #F0B95D
Complementary color
Monochromatic Colors of #F0B95D
Black with #F0B95D
Text Example
Text Example
White with #F0B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B95D; }
p { color: rgb(240,185,93); }
H1.HeaderClassName
{
color: #F0B95D;
}
.AnyTagClassName
{
color: #F0B95D;
}
</style>
background-color css
<style>
a { background-color: #F0B95D; }
a { background-color: rgb(240,185,93); }
div.DivClassName
{
background-color: #F0B95D;
}
.BgClassName
{
background-color: #F0B95D;
}
</style>
border-color css
<style>
span { border-color: #F0B95D; }
span { border-color: rgb(240,185,93); }
td.TdClassName
{
border-color: #F0B95D;
}
.TagClassName
{
border-color: #F0B95D;
}
</style>