Shades of Casablanca #F4B54D
Tints of Casablanca #F4B54D
RGB
CMYK
RGB Variations
Color information
#F4B54D (or 0xF4B54D) is known color: Casablanca. HEX triplet: F4, B5 and 4D. RGB value is (244,181,77). Sum of RGB (Red+Green+Blue) = 244+181+77=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B54D is #0B4AB2. Grayscale: #BCBCBC. Windows color (decimal): -740019 or 5092852. OLE color: 5092852.
HSL color Cylindrical-coordinate representation of color #F4B54D: hue angle of 37.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4B54D is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 77 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.04 |
| HSL | 37.37º | 0.88% | 0.63% | - |
| HSV(B) | 37.37º | 0.68% | 0.96% | - |
| XYZ | 55.17 | 52.82 | 14.31 | - |
| YUV | 187.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 77 | 0 | 0.26 | 0.68 | 0.04 | 37.37 | 0.88 | 0.63 |
| Hex | F4 | B5 | 4D | 0 | 1A | 44 | 4 | 25 | 58 | 3F |
| Octal | 364 | 265 | 115 | 0 | 32 | 104 | 4 | 45 | 130 | 77 |
| Binary | 11110100 | 10110101 | 1001101 | 0 | 11010 | 1000100 | 100 | 100101 | 1011000 | 111111 |
Color Harmonies of #F4B54D
Complementary color
Monochromatic Colors of #F4B54D
Black with #F4B54D
Text Example
Text Example
White with #F4B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B54D; }
p { color: rgb(244,181,77); }
H1.HeaderClassName
{
color: #F4B54D;
}
.AnyTagClassName
{
color: #F4B54D;
}
</style>
background-color css
<style>
a { background-color: #F4B54D; }
a { background-color: rgb(244,181,77); }
div.DivClassName
{
background-color: #F4B54D;
}
.BgClassName
{
background-color: #F4B54D;
}
</style>
border-color css
<style>
span { border-color: #F4B54D; }
span { border-color: rgb(244,181,77); }
td.TdClassName
{
border-color: #F4B54D;
}
.TagClassName
{
border-color: #F4B54D;
}
</style>