Shades of Casablanca #F4BA55
Tints of Casablanca #F4BA55
RGB
CMYK
RGB Variations
Color information
#F4BA55 (or 0xF4BA55) is known color: Casablanca. HEX triplet: F4, BA and 55. RGB value is (244,186,85). Sum of RGB (Red+Green+Blue) = 244+186+85=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA55 is #0B45AA. Grayscale: #C0C0C0. Windows color (decimal): -738731 or 5618420. OLE color: 5618420.
HSL color Cylindrical-coordinate representation of color #F4BA55: hue angle of 38.11º 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 #F4BA55 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 85 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.04 |
| HSL | 38.11º | 0.88% | 0.65% | - |
| HSV(B) | 38.11º | 0.65% | 0.96% | - |
| XYZ | 56.51 | 55.01 | 16.23 | - |
| YUV | 191.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 85 | 0 | 0.24 | 0.65 | 0.04 | 38.11 | 0.88 | 0.65 |
| Hex | F4 | BA | 55 | 0 | 18 | 41 | 4 | 26 | 58 | 41 |
| Octal | 364 | 272 | 125 | 0 | 30 | 101 | 4 | 46 | 130 | 101 |
| Binary | 11110100 | 10111010 | 1010101 | 0 | 11000 | 1000001 | 100 | 100110 | 1011000 | 1000001 |
Color Harmonies of #F4BA55
Complementary color
Monochromatic Colors of #F4BA55
Black with #F4BA55
Text Example
Text Example
White with #F4BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA55; }
p { color: rgb(244,186,85); }
H1.HeaderClassName
{
color: #F4BA55;
}
.AnyTagClassName
{
color: #F4BA55;
}
</style>
background-color css
<style>
a { background-color: #F4BA55; }
a { background-color: rgb(244,186,85); }
div.DivClassName
{
background-color: #F4BA55;
}
.BgClassName
{
background-color: #F4BA55;
}
</style>
border-color css
<style>
span { border-color: #F4BA55; }
span { border-color: rgb(244,186,85); }
td.TdClassName
{
border-color: #F4BA55;
}
.TagClassName
{
border-color: #F4BA55;
}
</style>