Shades of Casablanca #F4B55D
Tints of Casablanca #F4B55D
RGB
CMYK
RGB Variations
Color information
#F4B55D (or 0xF4B55D) is known color: Casablanca. HEX triplet: F4, B5 and 5D. RGB value is (244,181,93). Sum of RGB (Red+Green+Blue) = 244+181+93=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B55D is #0B4AA2. Grayscale: #BEBEBE. Windows color (decimal): -740003 or 6141428. OLE color: 6141428.
HSL color Cylindrical-coordinate representation of color #F4B55D: hue angle of 34.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4B55D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 93 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.04 |
| HSL | 34.97º | 0.87% | 0.66% | - |
| HSV(B) | 34.97º | 0.62% | 0.96% | - |
| XYZ | 55.81 | 53.07 | 17.66 | - |
| YUV | 189.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 93 | 0 | 0.26 | 0.62 | 0.04 | 34.97 | 0.87 | 0.66 |
| Hex | F4 | B5 | 5D | 0 | 1A | 3E | 4 | 23 | 57 | 42 |
| Octal | 364 | 265 | 135 | 0 | 32 | 76 | 4 | 43 | 127 | 102 |
| Binary | 11110100 | 10110101 | 1011101 | 0 | 11010 | 111110 | 100 | 100011 | 1010111 | 1000010 |
Color Harmonies of #F4B55D
Complementary color
Monochromatic Colors of #F4B55D
Black with #F4B55D
Text Example
Text Example
White with #F4B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B55D; }
p { color: rgb(244,181,93); }
H1.HeaderClassName
{
color: #F4B55D;
}
.AnyTagClassName
{
color: #F4B55D;
}
</style>
background-color css
<style>
a { background-color: #F4B55D; }
a { background-color: rgb(244,181,93); }
div.DivClassName
{
background-color: #F4B55D;
}
.BgClassName
{
background-color: #F4B55D;
}
</style>
border-color css
<style>
span { border-color: #F4B55D; }
span { border-color: rgb(244,181,93); }
td.TdClassName
{
border-color: #F4B55D;
}
.TagClassName
{
border-color: #F4B55D;
}
</style>