Shades of Casablanca #F6B656
Tints of Casablanca #F6B656
RGB
CMYK
RGB Variations
Color information
#F6B656 (or 0xF6B656) is known color: Casablanca. HEX triplet: F6, B6 and 56. RGB value is (246,182,86). Sum of RGB (Red+Green+Blue) = 246+182+86=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B656 is #0949A9. Grayscale: #BEBEBE. Windows color (decimal): -608682 or 5682934. OLE color: 5682934.
HSL color Cylindrical-coordinate representation of color #F6B656: hue angle of 36º 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 #F6B656 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 86 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.04 |
| HSL | 36º | 0.9% | 0.65% | - |
| HSV(B) | 36º | 0.65% | 0.96% | - |
| XYZ | 56.41 | 53.72 | 16.2 | - |
| YUV | 190.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 86 | 0 | 0.26 | 0.65 | 0.04 | 36 | 0.9 | 0.65 |
| Hex | F6 | B6 | 56 | 0 | 1A | 41 | 4 | 24 | 5A | 41 |
| Octal | 366 | 266 | 126 | 0 | 32 | 101 | 4 | 44 | 132 | 101 |
| Binary | 11110110 | 10110110 | 1010110 | 0 | 11010 | 1000001 | 100 | 100100 | 1011010 | 1000001 |
Color Harmonies of #F6B656
Complementary color
Monochromatic Colors of #F6B656
Black with #F6B656
Text Example
Text Example
White with #F6B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B656; }
p { color: rgb(246,182,86); }
H1.HeaderClassName
{
color: #F6B656;
}
.AnyTagClassName
{
color: #F6B656;
}
</style>
background-color css
<style>
a { background-color: #F6B656; }
a { background-color: rgb(246,182,86); }
div.DivClassName
{
background-color: #F6B656;
}
.BgClassName
{
background-color: #F6B656;
}
</style>
border-color css
<style>
span { border-color: #F6B656; }
span { border-color: rgb(246,182,86); }
td.TdClassName
{
border-color: #F6B656;
}
.TagClassName
{
border-color: #F6B656;
}
</style>