Shades of Casablanca #F0B353
Tints of Casablanca #F0B353
RGB
CMYK
RGB Variations
Color information
#F0B353 (or 0xF0B353) is known color: Casablanca. HEX triplet: F0, B3 and 53. RGB value is (240,179,83). Sum of RGB (Red+Green+Blue) = 240+179+83=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B353 is #0F4CAC. Grayscale: #BABABA. Windows color (decimal): -1002669 or 5485552. OLE color: 5485552.
HSL color Cylindrical-coordinate representation of color #F0B353: hue angle of 36.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0B353 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 83 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.06 |
| HSL | 36.69º | 0.84% | 0.63% | - |
| HSV(B) | 36.69º | 0.65% | 0.94% | - |
| XYZ | 53.62 | 51.39 | 15.28 | - |
| YUV | 186.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 83 | 0 | 0.25 | 0.65 | 0.06 | 36.69 | 0.84 | 0.63 |
| Hex | F0 | B3 | 53 | 0 | 19 | 41 | 6 | 25 | 54 | 3F |
| Octal | 360 | 263 | 123 | 0 | 31 | 101 | 6 | 45 | 124 | 77 |
| Binary | 11110000 | 10110011 | 1010011 | 0 | 11001 | 1000001 | 110 | 100101 | 1010100 | 111111 |
Color Harmonies of #F0B353
Complementary color
Monochromatic Colors of #F0B353
Black with #F0B353
Text Example
Text Example
White with #F0B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B353; }
p { color: rgb(240,179,83); }
H1.HeaderClassName
{
color: #F0B353;
}
.AnyTagClassName
{
color: #F0B353;
}
</style>
background-color css
<style>
a { background-color: #F0B353; }
a { background-color: rgb(240,179,83); }
div.DivClassName
{
background-color: #F0B353;
}
.BgClassName
{
background-color: #F0B353;
}
</style>
border-color css
<style>
span { border-color: #F0B353; }
span { border-color: rgb(240,179,83); }
td.TdClassName
{
border-color: #F0B353;
}
.TagClassName
{
border-color: #F0B353;
}
</style>