Shades of Casablanca #F6B051
Tints of Casablanca #F6B051
RGB
CMYK
RGB Variations
Color information
#F6B051 (or 0xF6B051) is known color: Casablanca. HEX triplet: F6, B0 and 51. RGB value is (246,176,81). Sum of RGB (Red+Green+Blue) = 246+176+81=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B051 is #094FAE. Grayscale: #BABABA. Windows color (decimal): -610223 or 5353718. OLE color: 5353718.
HSL color Cylindrical-coordinate representation of color #F6B051: hue angle of 34.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6B051 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 81 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.04 |
| HSL | 34.55º | 0.9% | 0.64% | - |
| HSV(B) | 34.55º | 0.67% | 0.96% | - |
| XYZ | 55.02 | 51.24 | 14.77 | - |
| YUV | 186.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 81 | 0 | 0.28 | 0.67 | 0.04 | 34.55 | 0.9 | 0.64 |
| Hex | F6 | B0 | 51 | 0 | 1C | 43 | 4 | 23 | 5A | 40 |
| Octal | 366 | 260 | 121 | 0 | 34 | 103 | 4 | 43 | 132 | 100 |
| Binary | 11110110 | 10110000 | 1010001 | 0 | 11100 | 1000011 | 100 | 100011 | 1011010 | 1000000 |
Color Harmonies of #F6B051
Complementary color
Monochromatic Colors of #F6B051
Black with #F6B051
Text Example
Text Example
White with #F6B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B051; }
p { color: rgb(246,176,81); }
H1.HeaderClassName
{
color: #F6B051;
}
.AnyTagClassName
{
color: #F6B051;
}
</style>
background-color css
<style>
a { background-color: #F6B051; }
a { background-color: rgb(246,176,81); }
div.DivClassName
{
background-color: #F6B051;
}
.BgClassName
{
background-color: #F6B051;
}
</style>
border-color css
<style>
span { border-color: #F6B051; }
span { border-color: rgb(246,176,81); }
td.TdClassName
{
border-color: #F6B051;
}
.TagClassName
{
border-color: #F6B051;
}
</style>