Shades of Casablanca #F0B152
Tints of Casablanca #F0B152
RGB
CMYK
RGB Variations
Color information
#F0B152 (or 0xF0B152) is known color: Casablanca. HEX triplet: F0, B1 and 52. RGB value is (240,177,82). Sum of RGB (Red+Green+Blue) = 240+177+82=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B152 is #0F4EAD. Grayscale: #B9B9B9. Windows color (decimal): -1003182 or 5419504. OLE color: 5419504.
HSL color Cylindrical-coordinate representation of color #F0B152: hue angle of 36.08º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0B152 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 82 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.06 |
| HSL | 36.08º | 0.84% | 0.63% | - |
| HSV(B) | 36.08º | 0.66% | 0.94% | - |
| XYZ | 53.18 | 50.58 | 14.94 | - |
| YUV | 185.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 82 | 0 | 0.26 | 0.66 | 0.06 | 36.08 | 0.84 | 0.63 |
| Hex | F0 | B1 | 52 | 0 | 1A | 42 | 6 | 24 | 54 | 3F |
| Octal | 360 | 261 | 122 | 0 | 32 | 102 | 6 | 44 | 124 | 77 |
| Binary | 11110000 | 10110001 | 1010010 | 0 | 11010 | 1000010 | 110 | 100100 | 1010100 | 111111 |
Color Harmonies of #F0B152
Complementary color
Monochromatic Colors of #F0B152
Black with #F0B152
Text Example
Text Example
White with #F0B152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B152; }
p { color: rgb(240,177,82); }
H1.HeaderClassName
{
color: #F0B152;
}
.AnyTagClassName
{
color: #F0B152;
}
</style>
background-color css
<style>
a { background-color: #F0B152; }
a { background-color: rgb(240,177,82); }
div.DivClassName
{
background-color: #F0B152;
}
.BgClassName
{
background-color: #F0B152;
}
</style>
border-color css
<style>
span { border-color: #F0B152; }
span { border-color: rgb(240,177,82); }
td.TdClassName
{
border-color: #F0B152;
}
.TagClassName
{
border-color: #F0B152;
}
</style>