Shades of Casablanca #F4B153
Tints of Casablanca #F4B153
RGB
CMYK
RGB Variations
Color information
#F4B153 (or 0xF4B153) is known color: Casablanca. HEX triplet: F4, B1 and 53. RGB value is (244,177,83). Sum of RGB (Red+Green+Blue) = 244+177+83=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B153 is #0B4EAC. Grayscale: #BABABA. Windows color (decimal): -741037 or 5485044. OLE color: 5485044.
HSL color Cylindrical-coordinate representation of color #F4B153: hue angle of 35.03º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4B153 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 83 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.04 |
| HSL | 35.03º | 0.88% | 0.64% | - |
| HSV(B) | 35.03º | 0.66% | 0.96% | - |
| XYZ | 54.59 | 51.3 | 15.21 | - |
| YUV | 186.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 83 | 0 | 0.27 | 0.66 | 0.04 | 35.03 | 0.88 | 0.64 |
| Hex | F4 | B1 | 53 | 0 | 1B | 42 | 4 | 23 | 58 | 40 |
| Octal | 364 | 261 | 123 | 0 | 33 | 102 | 4 | 43 | 130 | 100 |
| Binary | 11110100 | 10110001 | 1010011 | 0 | 11011 | 1000010 | 100 | 100011 | 1011000 | 1000000 |
Color Harmonies of #F4B153
Complementary color
Monochromatic Colors of #F4B153
Black with #F4B153
Text Example
Text Example
White with #F4B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B153; }
p { color: rgb(244,177,83); }
H1.HeaderClassName
{
color: #F4B153;
}
.AnyTagClassName
{
color: #F4B153;
}
</style>
background-color css
<style>
a { background-color: #F4B153; }
a { background-color: rgb(244,177,83); }
div.DivClassName
{
background-color: #F4B153;
}
.BgClassName
{
background-color: #F4B153;
}
</style>
border-color css
<style>
span { border-color: #F4B153; }
span { border-color: rgb(244,177,83); }
td.TdClassName
{
border-color: #F4B153;
}
.TagClassName
{
border-color: #F4B153;
}
</style>