Shades of Casablanca #F4BB57
Tints of Casablanca #F4BB57
RGB
CMYK
RGB Variations
Color information
#F4BB57 (or 0xF4BB57) is known color: Casablanca. HEX triplet: F4, BB and 57. RGB value is (244,187,87). Sum of RGB (Red+Green+Blue) = 244+187+87=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BB57 is #0B44A8. Grayscale: #C1C1C1. Windows color (decimal): -738473 or 5749748. OLE color: 5749748.
HSL color Cylindrical-coordinate representation of color #F4BB57: hue angle of 38.22º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4BB57 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 87 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.04 |
| HSL | 38.22º | 0.88% | 0.65% | - |
| HSV(B) | 38.22º | 0.64% | 0.96% | - |
| XYZ | 56.8 | 55.46 | 16.73 | - |
| YUV | 192.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 87 | 0 | 0.23 | 0.64 | 0.04 | 38.22 | 0.88 | 0.65 |
| Hex | F4 | BB | 57 | 0 | 17 | 40 | 4 | 26 | 58 | 41 |
| Octal | 364 | 273 | 127 | 0 | 27 | 100 | 4 | 46 | 130 | 101 |
| Binary | 11110100 | 10111011 | 1010111 | 0 | 10111 | 1000000 | 100 | 100110 | 1011000 | 1000001 |
Color Harmonies of #F4BB57
Complementary color
Monochromatic Colors of #F4BB57
Black with #F4BB57
Text Example
Text Example
White with #F4BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB57; }
p { color: rgb(244,187,87); }
H1.HeaderClassName
{
color: #F4BB57;
}
.AnyTagClassName
{
color: #F4BB57;
}
</style>
background-color css
<style>
a { background-color: #F4BB57; }
a { background-color: rgb(244,187,87); }
div.DivClassName
{
background-color: #F4BB57;
}
.BgClassName
{
background-color: #F4BB57;
}
</style>
border-color css
<style>
span { border-color: #F4BB57; }
span { border-color: rgb(244,187,87); }
td.TdClassName
{
border-color: #F4BB57;
}
.TagClassName
{
border-color: #F4BB57;
}
</style>