Shades of Casablanca #F4B358
Tints of Casablanca #F4B358
RGB
CMYK
RGB Variations
Color information
#F4B358 (or 0xF4B358) is known color: Casablanca. HEX triplet: F4, B3 and 58. RGB value is (244,179,88). Sum of RGB (Red+Green+Blue) = 244+179+88=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B358 is #0B4CA7. Grayscale: #BCBCBC. Windows color (decimal): -740520 or 5813236. OLE color: 5813236.
HSL color Cylindrical-coordinate representation of color #F4B358: hue angle of 35º 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 #F4B358 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 88 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.04 |
| HSL | 35º | 0.88% | 0.65% | - |
| HSV(B) | 35º | 0.64% | 0.96% | - |
| XYZ | 55.19 | 52.18 | 16.4 | - |
| YUV | 188.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 88 | 0 | 0.27 | 0.64 | 0.04 | 35 | 0.88 | 0.65 |
| Hex | F4 | B3 | 58 | 0 | 1B | 40 | 4 | 23 | 58 | 41 |
| Octal | 364 | 263 | 130 | 0 | 33 | 100 | 4 | 43 | 130 | 101 |
| Binary | 11110100 | 10110011 | 1011000 | 0 | 11011 | 1000000 | 100 | 100011 | 1011000 | 1000001 |
Color Harmonies of #F4B358
Complementary color
Monochromatic Colors of #F4B358
Black with #F4B358
Text Example
Text Example
White with #F4B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B358; }
p { color: rgb(244,179,88); }
H1.HeaderClassName
{
color: #F4B358;
}
.AnyTagClassName
{
color: #F4B358;
}
</style>
background-color css
<style>
a { background-color: #F4B358; }
a { background-color: rgb(244,179,88); }
div.DivClassName
{
background-color: #F4B358;
}
.BgClassName
{
background-color: #F4B358;
}
</style>
border-color css
<style>
span { border-color: #F4B358; }
span { border-color: rgb(244,179,88); }
td.TdClassName
{
border-color: #F4B358;
}
.TagClassName
{
border-color: #F4B358;
}
</style>