Shades of Casablanca #F4B256
Tints of Casablanca #F4B256
RGB
CMYK
RGB Variations
Color information
#F4B256 (or 0xF4B256) is known color: Casablanca. HEX triplet: F4, B2 and 56. RGB value is (244,178,86). Sum of RGB (Red+Green+Blue) = 244+178+86=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B256 is #0B4DA9. Grayscale: #BBBBBB. Windows color (decimal): -740778 or 5681908. OLE color: 5681908.
HSL color Cylindrical-coordinate representation of color #F4B256: hue angle of 34.94º 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 #F4B256 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 86 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.04 |
| HSL | 34.94º | 0.88% | 0.65% | - |
| HSV(B) | 34.94º | 0.65% | 0.96% | - |
| XYZ | 54.91 | 51.75 | 15.9 | - |
| YUV | 187.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 86 | 0 | 0.27 | 0.65 | 0.04 | 34.94 | 0.88 | 0.65 |
| Hex | F4 | B2 | 56 | 0 | 1B | 41 | 4 | 23 | 58 | 41 |
| Octal | 364 | 262 | 126 | 0 | 33 | 101 | 4 | 43 | 130 | 101 |
| Binary | 11110100 | 10110010 | 1010110 | 0 | 11011 | 1000001 | 100 | 100011 | 1011000 | 1000001 |
Color Harmonies of #F4B256
Complementary color
Monochromatic Colors of #F4B256
Black with #F4B256
Text Example
Text Example
White with #F4B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B256; }
p { color: rgb(244,178,86); }
H1.HeaderClassName
{
color: #F4B256;
}
.AnyTagClassName
{
color: #F4B256;
}
</style>
background-color css
<style>
a { background-color: #F4B256; }
a { background-color: rgb(244,178,86); }
div.DivClassName
{
background-color: #F4B256;
}
.BgClassName
{
background-color: #F4B256;
}
</style>
border-color css
<style>
span { border-color: #F4B256; }
span { border-color: rgb(244,178,86); }
td.TdClassName
{
border-color: #F4B256;
}
.TagClassName
{
border-color: #F4B256;
}
</style>