Shades of Casablanca #F6B955
Tints of Casablanca #F6B955
RGB
CMYK
RGB Variations
Color information
#F6B955 (or 0xF6B955) is known color: Casablanca. HEX triplet: F6, B9 and 55. RGB value is (246,185,85). Sum of RGB (Red+Green+Blue) = 246+185+85=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B955 is #0946AA. Grayscale: #C0C0C0. Windows color (decimal): -607915 or 5618166. OLE color: 5618166.
HSL color Cylindrical-coordinate representation of color #F6B955: hue angle of 37.27º 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 #F6B955 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 85 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.04 |
| HSL | 37.27º | 0.9% | 0.65% | - |
| HSV(B) | 37.27º | 0.65% | 0.96% | - |
| XYZ | 56.99 | 54.95 | 16.2 | - |
| YUV | 191.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 85 | 0 | 0.25 | 0.65 | 0.04 | 37.27 | 0.9 | 0.65 |
| Hex | F6 | B9 | 55 | 0 | 19 | 41 | 4 | 25 | 5A | 41 |
| Octal | 366 | 271 | 125 | 0 | 31 | 101 | 4 | 45 | 132 | 101 |
| Binary | 11110110 | 10111001 | 1010101 | 0 | 11001 | 1000001 | 100 | 100101 | 1011010 | 1000001 |
Color Harmonies of #F6B955
Complementary color
Monochromatic Colors of #F6B955
Black with #F6B955
Text Example
Text Example
White with #F6B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B955; }
p { color: rgb(246,185,85); }
H1.HeaderClassName
{
color: #F6B955;
}
.AnyTagClassName
{
color: #F6B955;
}
</style>
background-color css
<style>
a { background-color: #F6B955; }
a { background-color: rgb(246,185,85); }
div.DivClassName
{
background-color: #F6B955;
}
.BgClassName
{
background-color: #F6B955;
}
</style>
border-color css
<style>
span { border-color: #F6B955; }
span { border-color: rgb(246,185,85); }
td.TdClassName
{
border-color: #F6B955;
}
.TagClassName
{
border-color: #F6B955;
}
</style>