Shades of Casablanca #F4BA54
Tints of Casablanca #F4BA54
RGB
CMYK
RGB Variations
Color information
#F4BA54 (or 0xF4BA54) is known color: Casablanca. HEX triplet: F4, BA and 54. RGB value is (244,186,84). Sum of RGB (Red+Green+Blue) = 244+186+84=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA54 is #0B45AB. Grayscale: #C0C0C0. Windows color (decimal): -738732 or 5552884. OLE color: 5552884.
HSL color Cylindrical-coordinate representation of color #F4BA54: hue angle of 38.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4BA54 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 84 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.04 |
| HSL | 38.25º | 0.88% | 0.64% | - |
| HSV(B) | 38.25º | 0.66% | 0.96% | - |
| XYZ | 56.47 | 54.99 | 16.03 | - |
| YUV | 191.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 84 | 0 | 0.24 | 0.66 | 0.04 | 38.25 | 0.88 | 0.64 |
| Hex | F4 | BA | 54 | 0 | 18 | 42 | 4 | 26 | 58 | 40 |
| Octal | 364 | 272 | 124 | 0 | 30 | 102 | 4 | 46 | 130 | 100 |
| Binary | 11110100 | 10111010 | 1010100 | 0 | 11000 | 1000010 | 100 | 100110 | 1011000 | 1000000 |
Color Harmonies of #F4BA54
Complementary color
Monochromatic Colors of #F4BA54
Black with #F4BA54
Text Example
Text Example
White with #F4BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA54; }
p { color: rgb(244,186,84); }
H1.HeaderClassName
{
color: #F4BA54;
}
.AnyTagClassName
{
color: #F4BA54;
}
</style>
background-color css
<style>
a { background-color: #F4BA54; }
a { background-color: rgb(244,186,84); }
div.DivClassName
{
background-color: #F4BA54;
}
.BgClassName
{
background-color: #F4BA54;
}
</style>
border-color css
<style>
span { border-color: #F4BA54; }
span { border-color: rgb(244,186,84); }
td.TdClassName
{
border-color: #F4BA54;
}
.TagClassName
{
border-color: #F4BA54;
}
</style>