Shades of Casablanca #F0B35D
Tints of Casablanca #F0B35D
RGB
CMYK
RGB Variations
Color information
#F0B35D (or 0xF0B35D) is known color: Casablanca. HEX triplet: F0, B3 and 5D. RGB value is (240,179,93). Sum of RGB (Red+Green+Blue) = 240+179+93=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B35D is #0F4CA2. Grayscale: #BBBBBB. Windows color (decimal): -1002659 or 6140912. OLE color: 6140912.
HSL color Cylindrical-coordinate representation of color #F0B35D: hue angle of 35.1º 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 #F0B35D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.06 |
| HSL | 35.1º | 0.83% | 0.65% | - |
| HSV(B) | 35.1º | 0.61% | 0.94% | - |
| XYZ | 54.03 | 51.56 | 17.46 | - |
| YUV | 187.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 93 | 0 | 0.25 | 0.61 | 0.06 | 35.1 | 0.83 | 0.65 |
| Hex | F0 | B3 | 5D | 0 | 19 | 3D | 6 | 23 | 53 | 41 |
| Octal | 360 | 263 | 135 | 0 | 31 | 75 | 6 | 43 | 123 | 101 |
| Binary | 11110000 | 10110011 | 1011101 | 0 | 11001 | 111101 | 110 | 100011 | 1010011 | 1000001 |
Color Harmonies of #F0B35D
Complementary color
Monochromatic Colors of #F0B35D
Black with #F0B35D
Text Example
Text Example
White with #F0B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B35D; }
p { color: rgb(240,179,93); }
H1.HeaderClassName
{
color: #F0B35D;
}
.AnyTagClassName
{
color: #F0B35D;
}
</style>
background-color css
<style>
a { background-color: #F0B35D; }
a { background-color: rgb(240,179,93); }
div.DivClassName
{
background-color: #F0B35D;
}
.BgClassName
{
background-color: #F0B35D;
}
</style>
border-color css
<style>
span { border-color: #F0B35D; }
span { border-color: rgb(240,179,93); }
td.TdClassName
{
border-color: #F0B35D;
}
.TagClassName
{
border-color: #F0B35D;
}
</style>