Shades of Casablanca #F4BB58
Tints of Casablanca #F4BB58
RGB
CMYK
RGB Variations
Color information
#F4BB58 (or 0xF4BB58) is known color: Casablanca. HEX triplet: F4, BB and 58. RGB value is (244,187,88). Sum of RGB (Red+Green+Blue) = 244+187+88=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BB58 is #0B44A7. Grayscale: #C1C1C1. Windows color (decimal): -738472 or 5815284. OLE color: 5815284.
HSL color Cylindrical-coordinate representation of color #F4BB58: hue angle of 38.08º 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 #F4BB58 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 88 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.04 |
| HSL | 38.08º | 0.88% | 0.65% | - |
| HSV(B) | 38.08º | 0.64% | 0.96% | - |
| XYZ | 56.84 | 55.48 | 16.95 | - |
| YUV | 192.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 88 | 0 | 0.23 | 0.64 | 0.04 | 38.08 | 0.88 | 0.65 |
| Hex | F4 | BB | 58 | 0 | 17 | 40 | 4 | 26 | 58 | 41 |
| Octal | 364 | 273 | 130 | 0 | 27 | 100 | 4 | 46 | 130 | 101 |
| Binary | 11110100 | 10111011 | 1011000 | 0 | 10111 | 1000000 | 100 | 100110 | 1011000 | 1000001 |
Color Harmonies of #F4BB58
Complementary color
Monochromatic Colors of #F4BB58
Black with #F4BB58
Text Example
Text Example
White with #F4BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB58; }
p { color: rgb(244,187,88); }
H1.HeaderClassName
{
color: #F4BB58;
}
.AnyTagClassName
{
color: #F4BB58;
}
</style>
background-color css
<style>
a { background-color: #F4BB58; }
a { background-color: rgb(244,187,88); }
div.DivClassName
{
background-color: #F4BB58;
}
.BgClassName
{
background-color: #F4BB58;
}
</style>
border-color css
<style>
span { border-color: #F4BB58; }
span { border-color: rgb(244,187,88); }
td.TdClassName
{
border-color: #F4BB58;
}
.TagClassName
{
border-color: #F4BB58;
}
</style>