Shades of Casablanca #F4B353
Tints of Casablanca #F4B353
RGB
CMYK
RGB Variations
Color information
#F4B353 (or 0xF4B353) is known color: Casablanca. HEX triplet: F4, B3 and 53. RGB value is (244,179,83). Sum of RGB (Red+Green+Blue) = 244+179+83=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B353 is #0B4CAC. Grayscale: #BBBBBB. Windows color (decimal): -740525 or 5485556. OLE color: 5485556.
HSL color Cylindrical-coordinate representation of color #F4B353: hue angle of 35.78º 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 #F4B353 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 83 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.04 |
| HSL | 35.78º | 0.88% | 0.64% | - |
| HSV(B) | 35.78º | 0.66% | 0.96% | - |
| XYZ | 54.99 | 52.1 | 15.34 | - |
| YUV | 187.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 83 | 0 | 0.27 | 0.66 | 0.04 | 35.78 | 0.88 | 0.64 |
| Hex | F4 | B3 | 53 | 0 | 1B | 42 | 4 | 24 | 58 | 40 |
| Octal | 364 | 263 | 123 | 0 | 33 | 102 | 4 | 44 | 130 | 100 |
| Binary | 11110100 | 10110011 | 1010011 | 0 | 11011 | 1000010 | 100 | 100100 | 1011000 | 1000000 |
Color Harmonies of #F4B353
Complementary color
Monochromatic Colors of #F4B353
Black with #F4B353
Text Example
Text Example
White with #F4B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B353; }
p { color: rgb(244,179,83); }
H1.HeaderClassName
{
color: #F4B353;
}
.AnyTagClassName
{
color: #F4B353;
}
</style>
background-color css
<style>
a { background-color: #F4B353; }
a { background-color: rgb(244,179,83); }
div.DivClassName
{
background-color: #F4B353;
}
.BgClassName
{
background-color: #F4B353;
}
</style>
border-color css
<style>
span { border-color: #F4B353; }
span { border-color: rgb(244,179,83); }
td.TdClassName
{
border-color: #F4B353;
}
.TagClassName
{
border-color: #F4B353;
}
</style>