Shades of Casablanca #F4BA53
Tints of Casablanca #F4BA53
RGB
CMYK
RGB Variations
Color information
#F4BA53 (or 0xF4BA53) is known color: Casablanca. HEX triplet: F4, BA and 53. RGB value is (244,186,83). Sum of RGB (Red+Green+Blue) = 244+186+83=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA53 is #0B45AC. Grayscale: #C0C0C0. Windows color (decimal): -738733 or 5487348. OLE color: 5487348.
HSL color Cylindrical-coordinate representation of color #F4BA53: hue angle of 38.39º 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 #F4BA53 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 83 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.04 |
| HSL | 38.39º | 0.88% | 0.64% | - |
| HSV(B) | 38.39º | 0.66% | 0.96% | - |
| XYZ | 56.43 | 54.98 | 15.82 | - |
| YUV | 191.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 83 | 0 | 0.24 | 0.66 | 0.04 | 38.39 | 0.88 | 0.64 |
| Hex | F4 | BA | 53 | 0 | 18 | 42 | 4 | 26 | 58 | 40 |
| Octal | 364 | 272 | 123 | 0 | 30 | 102 | 4 | 46 | 130 | 100 |
| Binary | 11110100 | 10111010 | 1010011 | 0 | 11000 | 1000010 | 100 | 100110 | 1011000 | 1000000 |
Color Harmonies of #F4BA53
Complementary color
Monochromatic Colors of #F4BA53
Black with #F4BA53
Text Example
Text Example
White with #F4BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA53; }
p { color: rgb(244,186,83); }
H1.HeaderClassName
{
color: #F4BA53;
}
.AnyTagClassName
{
color: #F4BA53;
}
</style>
background-color css
<style>
a { background-color: #F4BA53; }
a { background-color: rgb(244,186,83); }
div.DivClassName
{
background-color: #F4BA53;
}
.BgClassName
{
background-color: #F4BA53;
}
</style>
border-color css
<style>
span { border-color: #F4BA53; }
span { border-color: rgb(244,186,83); }
td.TdClassName
{
border-color: #F4BA53;
}
.TagClassName
{
border-color: #F4BA53;
}
</style>