Shades of Casablanca #F0B050
Tints of Casablanca #F0B050
RGB
CMYK
RGB Variations
Color information
#F0B050 (or 0xF0B050) is known color: Casablanca. HEX triplet: F0, B0 and 50. RGB value is (240,176,80). Sum of RGB (Red+Green+Blue) = 240+176+80=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B050 is #0F4FAF. Grayscale: #B8B8B8. Windows color (decimal): -1003440 or 5288176. OLE color: 5288176.
HSL color Cylindrical-coordinate representation of color #F0B050: hue angle of 36º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0B050 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 80 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.06 |
| HSL | 36º | 0.84% | 0.63% | - |
| HSV(B) | 36º | 0.67% | 0.94% | - |
| XYZ | 52.91 | 50.16 | 14.48 | - |
| YUV | 184.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 80 | 0 | 0.27 | 0.67 | 0.06 | 36 | 0.84 | 0.63 |
| Hex | F0 | B0 | 50 | 0 | 1B | 43 | 6 | 24 | 54 | 3F |
| Octal | 360 | 260 | 120 | 0 | 33 | 103 | 6 | 44 | 124 | 77 |
| Binary | 11110000 | 10110000 | 1010000 | 0 | 11011 | 1000011 | 110 | 100100 | 1010100 | 111111 |
Color Harmonies of #F0B050
Complementary color
Monochromatic Colors of #F0B050
Black with #F0B050
Text Example
Text Example
White with #F0B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B050; }
p { color: rgb(240,176,80); }
H1.HeaderClassName
{
color: #F0B050;
}
.AnyTagClassName
{
color: #F0B050;
}
</style>
background-color css
<style>
a { background-color: #F0B050; }
a { background-color: rgb(240,176,80); }
div.DivClassName
{
background-color: #F0B050;
}
.BgClassName
{
background-color: #F0B050;
}
</style>
border-color css
<style>
span { border-color: #F0B050; }
span { border-color: rgb(240,176,80); }
td.TdClassName
{
border-color: #F0B050;
}
.TagClassName
{
border-color: #F0B050;
}
</style>