Shades of Casablanca #F4B350
Tints of Casablanca #F4B350
RGB
CMYK
RGB Variations
Color information
#F4B350 (or 0xF4B350) is known color: Casablanca. HEX triplet: F4, B3 and 50. RGB value is (244,179,80). Sum of RGB (Red+Green+Blue) = 244+179+80=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B350 is #0B4CAF. Grayscale: #BBBBBB. Windows color (decimal): -740528 or 5288948. OLE color: 5288948.
HSL color Cylindrical-coordinate representation of color #F4B350: hue angle of 36.22º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4B350 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 80 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.04 |
| HSL | 36.22º | 0.88% | 0.64% | - |
| HSV(B) | 36.22º | 0.67% | 0.96% | - |
| XYZ | 54.88 | 52.05 | 14.74 | - |
| YUV | 187.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 80 | 0 | 0.27 | 0.67 | 0.04 | 36.22 | 0.88 | 0.64 |
| Hex | F4 | B3 | 50 | 0 | 1B | 43 | 4 | 24 | 58 | 40 |
| Octal | 364 | 263 | 120 | 0 | 33 | 103 | 4 | 44 | 130 | 100 |
| Binary | 11110100 | 10110011 | 1010000 | 0 | 11011 | 1000011 | 100 | 100100 | 1011000 | 1000000 |
Color Harmonies of #F4B350
Complementary color
Monochromatic Colors of #F4B350
Black with #F4B350
Text Example
Text Example
White with #F4B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B350; }
p { color: rgb(244,179,80); }
H1.HeaderClassName
{
color: #F4B350;
}
.AnyTagClassName
{
color: #F4B350;
}
</style>
background-color css
<style>
a { background-color: #F4B350; }
a { background-color: rgb(244,179,80); }
div.DivClassName
{
background-color: #F4B350;
}
.BgClassName
{
background-color: #F4B350;
}
</style>
border-color css
<style>
span { border-color: #F4B350; }
span { border-color: rgb(244,179,80); }
td.TdClassName
{
border-color: #F4B350;
}
.TagClassName
{
border-color: #F4B350;
}
</style>