Shades of Casablanca #F4B355
Tints of Casablanca #F4B355
RGB
CMYK
RGB Variations
Color information
#F4B355 (or 0xF4B355) is known color: Casablanca. HEX triplet: F4, B3 and 55. RGB value is (244,179,85). Sum of RGB (Red+Green+Blue) = 244+179+85=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B355 is #0B4CAA. Grayscale: #BCBCBC. Windows color (decimal): -740523 or 5616628. OLE color: 5616628.
HSL color Cylindrical-coordinate representation of color #F4B355: hue angle of 35.47º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4B355 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 85 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.04 |
| HSL | 35.47º | 0.88% | 0.65% | - |
| HSV(B) | 35.47º | 0.65% | 0.96% | - |
| XYZ | 55.07 | 52.13 | 15.75 | - |
| YUV | 187.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 85 | 0 | 0.27 | 0.65 | 0.04 | 35.47 | 0.88 | 0.65 |
| Hex | F4 | B3 | 55 | 0 | 1B | 41 | 4 | 23 | 58 | 41 |
| Octal | 364 | 263 | 125 | 0 | 33 | 101 | 4 | 43 | 130 | 101 |
| Binary | 11110100 | 10110011 | 1010101 | 0 | 11011 | 1000001 | 100 | 100011 | 1011000 | 1000001 |
Color Harmonies of #F4B355
Complementary color
Monochromatic Colors of #F4B355
Black with #F4B355
Text Example
Text Example
White with #F4B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B355; }
p { color: rgb(244,179,85); }
H1.HeaderClassName
{
color: #F4B355;
}
.AnyTagClassName
{
color: #F4B355;
}
</style>
background-color css
<style>
a { background-color: #F4B355; }
a { background-color: rgb(244,179,85); }
div.DivClassName
{
background-color: #F4B355;
}
.BgClassName
{
background-color: #F4B355;
}
</style>
border-color css
<style>
span { border-color: #F4B355; }
span { border-color: rgb(244,179,85); }
td.TdClassName
{
border-color: #F4B355;
}
.TagClassName
{
border-color: #F4B355;
}
</style>