Shades of Casablanca #F6BB57
Tints of Casablanca #F6BB57
RGB
CMYK
RGB Variations
Color information
#F6BB57 (or 0xF6BB57) is known color: Casablanca. HEX triplet: F6, BB and 57. RGB value is (246,187,87). Sum of RGB (Red+Green+Blue) = 246+187+87=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BB57 is #0944A8. Grayscale: #C1C1C1. Windows color (decimal): -607401 or 5749750. OLE color: 5749750.
HSL color Cylindrical-coordinate representation of color #F6BB57: hue angle of 37.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6BB57 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 87 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.04 |
| HSL | 37.74º | 0.9% | 0.65% | - |
| HSV(B) | 37.74º | 0.65% | 0.96% | - |
| XYZ | 57.5 | 55.82 | 16.76 | - |
| YUV | 193.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 87 | 0 | 0.24 | 0.65 | 0.04 | 37.74 | 0.9 | 0.65 |
| Hex | F6 | BB | 57 | 0 | 18 | 41 | 4 | 26 | 5A | 41 |
| Octal | 366 | 273 | 127 | 0 | 30 | 101 | 4 | 46 | 132 | 101 |
| Binary | 11110110 | 10111011 | 1010111 | 0 | 11000 | 1000001 | 100 | 100110 | 1011010 | 1000001 |
Color Harmonies of #F6BB57
Complementary color
Monochromatic Colors of #F6BB57
Black with #F6BB57
Text Example
Text Example
White with #F6BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BB57; }
p { color: rgb(246,187,87); }
H1.HeaderClassName
{
color: #F6BB57;
}
.AnyTagClassName
{
color: #F6BB57;
}
</style>
background-color css
<style>
a { background-color: #F6BB57; }
a { background-color: rgb(246,187,87); }
div.DivClassName
{
background-color: #F6BB57;
}
.BgClassName
{
background-color: #F6BB57;
}
</style>
border-color css
<style>
span { border-color: #F6BB57; }
span { border-color: rgb(246,187,87); }
td.TdClassName
{
border-color: #F6BB57;
}
.TagClassName
{
border-color: #F6BB57;
}
</style>