Shades of Casablanca #F6B85B
Tints of Casablanca #F6B85B
RGB
CMYK
RGB Variations
Color information
#F6B85B (or 0xF6B85B) is known color: Casablanca. HEX triplet: F6, B8 and 5B. RGB value is (246,184,91). Sum of RGB (Red+Green+Blue) = 246+184+91=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B85B is #0947A4. Grayscale: #C0C0C0. Windows color (decimal): -608165 or 6011126. OLE color: 6011126.
HSL color Cylindrical-coordinate representation of color #F6B85B: hue angle of 36º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6B85B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 91 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.04 |
| HSL | 36º | 0.9% | 0.66% | - |
| HSV(B) | 36º | 0.63% | 0.96% | - |
| XYZ | 57.03 | 54.63 | 17.44 | - |
| YUV | 191.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 91 | 0 | 0.25 | 0.63 | 0.04 | 36 | 0.9 | 0.66 |
| Hex | F6 | B8 | 5B | 0 | 19 | 3F | 4 | 24 | 5A | 42 |
| Octal | 366 | 270 | 133 | 0 | 31 | 77 | 4 | 44 | 132 | 102 |
| Binary | 11110110 | 10111000 | 1011011 | 0 | 11001 | 111111 | 100 | 100100 | 1011010 | 1000010 |
Color Harmonies of #F6B85B
Complementary color
Monochromatic Colors of #F6B85B
Black with #F6B85B
Text Example
Text Example
White with #F6B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B85B; }
p { color: rgb(246,184,91); }
H1.HeaderClassName
{
color: #F6B85B;
}
.AnyTagClassName
{
color: #F6B85B;
}
</style>
background-color css
<style>
a { background-color: #F6B85B; }
a { background-color: rgb(246,184,91); }
div.DivClassName
{
background-color: #F6B85B;
}
.BgClassName
{
background-color: #F6B85B;
}
</style>
border-color css
<style>
span { border-color: #F6B85B; }
span { border-color: rgb(246,184,91); }
td.TdClassName
{
border-color: #F6B85B;
}
.TagClassName
{
border-color: #F6B85B;
}
</style>