Shades of Casablanca #F4B847
Tints of Casablanca #F4B847
RGB
CMYK
RGB Variations
Color information
#F4B847 (or 0xF4B847) is known color: Casablanca. HEX triplet: F4, B8 and 47. RGB value is (244,184,71). Sum of RGB (Red+Green+Blue) = 244+184+71=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B847 is #0B47B8. Grayscale: #BDBDBD. Windows color (decimal): -739257 or 4700404. OLE color: 4700404.
HSL color Cylindrical-coordinate representation of color #F4B847: hue angle of 39.19º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4B847 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 71 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.04 |
| HSL | 39.19º | 0.89% | 0.62% | - |
| HSV(B) | 39.19º | 0.71% | 0.96% | - |
| XYZ | 55.59 | 53.97 | 13.45 | - |
| YUV | 189.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 71 | 0 | 0.25 | 0.71 | 0.04 | 39.19 | 0.89 | 0.62 |
| Hex | F4 | B8 | 47 | 0 | 19 | 47 | 4 | 27 | 59 | 3E |
| Octal | 364 | 270 | 107 | 0 | 31 | 107 | 4 | 47 | 131 | 76 |
| Binary | 11110100 | 10111000 | 1000111 | 0 | 11001 | 1000111 | 100 | 100111 | 1011001 | 111110 |
Color Harmonies of #F4B847
Complementary color
Monochromatic Colors of #F4B847
Black with #F4B847
Text Example
Text Example
White with #F4B847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B847; }
p { color: rgb(244,184,71); }
H1.HeaderClassName
{
color: #F4B847;
}
.AnyTagClassName
{
color: #F4B847;
}
</style>
background-color css
<style>
a { background-color: #F4B847; }
a { background-color: rgb(244,184,71); }
div.DivClassName
{
background-color: #F4B847;
}
.BgClassName
{
background-color: #F4B847;
}
</style>
border-color css
<style>
span { border-color: #F4B847; }
span { border-color: rgb(244,184,71); }
td.TdClassName
{
border-color: #F4B847;
}
.TagClassName
{
border-color: #F4B847;
}
</style>