Shades of Casablanca #F0B85C
Tints of Casablanca #F0B85C
RGB
CMYK
RGB Variations
Color information
#F0B85C (or 0xF0B85C) is known color: Casablanca. HEX triplet: F0, B8 and 5C. RGB value is (240,184,92). Sum of RGB (Red+Green+Blue) = 240+184+92=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B85C is #0F47A3. Grayscale: #BEBEBE. Windows color (decimal): -1001380 or 6076656. OLE color: 6076656.
HSL color Cylindrical-coordinate representation of color #F0B85C: hue angle of 37.3º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0B85C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 92 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.3º | 0.83% | 0.65% | - |
| HSV(B) | 37.3º | 0.62% | 0.94% | - |
| XYZ | 55.01 | 53.58 | 17.57 | - |
| YUV | 190.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 92 | 0 | 0.23 | 0.62 | 0.06 | 37.3 | 0.83 | 0.65 |
| Hex | F0 | B8 | 5C | 0 | 17 | 3E | 6 | 25 | 53 | 41 |
| Octal | 360 | 270 | 134 | 0 | 27 | 76 | 6 | 45 | 123 | 101 |
| Binary | 11110000 | 10111000 | 1011100 | 0 | 10111 | 111110 | 110 | 100101 | 1010011 | 1000001 |
Color Harmonies of #F0B85C
Complementary color
Monochromatic Colors of #F0B85C
Black with #F0B85C
Text Example
Text Example
White with #F0B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B85C; }
p { color: rgb(240,184,92); }
H1.HeaderClassName
{
color: #F0B85C;
}
.AnyTagClassName
{
color: #F0B85C;
}
</style>
background-color css
<style>
a { background-color: #F0B85C; }
a { background-color: rgb(240,184,92); }
div.DivClassName
{
background-color: #F0B85C;
}
.BgClassName
{
background-color: #F0B85C;
}
</style>
border-color css
<style>
span { border-color: #F0B85C; }
span { border-color: rgb(240,184,92); }
td.TdClassName
{
border-color: #F0B85C;
}
.TagClassName
{
border-color: #F0B85C;
}
</style>