Shades of Casablanca #F4BA56
Tints of Casablanca #F4BA56
RGB
CMYK
RGB Variations
Color information
#F4BA56 (or 0xF4BA56) is known color: Casablanca. HEX triplet: F4, BA and 56. RGB value is (244,186,86). Sum of RGB (Red+Green+Blue) = 244+186+86=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA56 is #0B45A9. Grayscale: #C0C0C0. Windows color (decimal): -738730 or 5683956. OLE color: 5683956.
HSL color Cylindrical-coordinate representation of color #F4BA56: hue angle of 37.97º 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 #F4BA56 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 86 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.04 |
| HSL | 37.97º | 0.88% | 0.65% | - |
| HSV(B) | 37.97º | 0.65% | 0.96% | - |
| XYZ | 56.55 | 55.02 | 16.44 | - |
| YUV | 191.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 86 | 0 | 0.24 | 0.65 | 0.04 | 37.97 | 0.88 | 0.65 |
| Hex | F4 | BA | 56 | 0 | 18 | 41 | 4 | 26 | 58 | 41 |
| Octal | 364 | 272 | 126 | 0 | 30 | 101 | 4 | 46 | 130 | 101 |
| Binary | 11110100 | 10111010 | 1010110 | 0 | 11000 | 1000001 | 100 | 100110 | 1011000 | 1000001 |
Color Harmonies of #F4BA56
Complementary color
Monochromatic Colors of #F4BA56
Black with #F4BA56
Text Example
Text Example
White with #F4BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA56; }
p { color: rgb(244,186,86); }
H1.HeaderClassName
{
color: #F4BA56;
}
.AnyTagClassName
{
color: #F4BA56;
}
</style>
background-color css
<style>
a { background-color: #F4BA56; }
a { background-color: rgb(244,186,86); }
div.DivClassName
{
background-color: #F4BA56;
}
.BgClassName
{
background-color: #F4BA56;
}
</style>
border-color css
<style>
span { border-color: #F4BA56; }
span { border-color: rgb(244,186,86); }
td.TdClassName
{
border-color: #F4BA56;
}
.TagClassName
{
border-color: #F4BA56;
}
</style>