Shades of Casablanca #F4B756
Tints of Casablanca #F4B756
RGB
CMYK
RGB Variations
Color information
#F4B756 (or 0xF4B756) is known color: Casablanca. HEX triplet: F4, B7 and 56. RGB value is (244,183,86). Sum of RGB (Red+Green+Blue) = 244+183+86=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B756 is #0B48A9. Grayscale: #BEBEBE. Windows color (decimal): -739498 or 5683188. OLE color: 5683188.
HSL color Cylindrical-coordinate representation of color #F4B756: hue angle of 36.84º degrees, saturation: 0.88, 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 #F4B756 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 86 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.04 |
| HSL | 36.84º | 0.88% | 0.65% | - |
| HSV(B) | 36.84º | 0.65% | 0.96% | - |
| XYZ | 55.92 | 53.77 | 16.24 | - |
| YUV | 190.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 86 | 0 | 0.25 | 0.65 | 0.04 | 36.84 | 0.88 | 0.65 |
| Hex | F4 | B7 | 56 | 0 | 19 | 41 | 4 | 25 | 58 | 41 |
| Octal | 364 | 267 | 126 | 0 | 31 | 101 | 4 | 45 | 130 | 101 |
| Binary | 11110100 | 10110111 | 1010110 | 0 | 11001 | 1000001 | 100 | 100101 | 1011000 | 1000001 |
Color Harmonies of #F4B756
Complementary color
Monochromatic Colors of #F4B756
Black with #F4B756
Text Example
Text Example
White with #F4B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B756; }
p { color: rgb(244,183,86); }
H1.HeaderClassName
{
color: #F4B756;
}
.AnyTagClassName
{
color: #F4B756;
}
</style>
background-color css
<style>
a { background-color: #F4B756; }
a { background-color: rgb(244,183,86); }
div.DivClassName
{
background-color: #F4B756;
}
.BgClassName
{
background-color: #F4B756;
}
</style>
border-color css
<style>
span { border-color: #F4B756; }
span { border-color: rgb(244,183,86); }
td.TdClassName
{
border-color: #F4B756;
}
.TagClassName
{
border-color: #F4B756;
}
</style>