Shades of Casablanca #F5B353
Tints of Casablanca #F5B353
RGB
CMYK
RGB Variations
Color information
#F5B353 (or 0xF5B353) is known color: Casablanca. HEX triplet: F5, B3 and 53. RGB value is (245,179,83). Sum of RGB (Red+Green+Blue) = 245+179+83=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B353 is #0A4CAC. Grayscale: #BCBCBC. Windows color (decimal): -674989 or 5485557. OLE color: 5485557.
HSL color Cylindrical-coordinate representation of color #F5B353: hue angle of 35.56º degrees, saturation: 0.89, 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 #F5B353 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 83 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.04 |
| HSL | 35.56º | 0.89% | 0.64% | - |
| HSV(B) | 35.56º | 0.66% | 0.96% | - |
| XYZ | 55.34 | 52.28 | 15.36 | - |
| YUV | 187.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 83 | 0 | 0.27 | 0.66 | 0.04 | 35.56 | 0.89 | 0.64 |
| Hex | F5 | B3 | 53 | 0 | 1B | 42 | 4 | 24 | 59 | 40 |
| Octal | 365 | 263 | 123 | 0 | 33 | 102 | 4 | 44 | 131 | 100 |
| Binary | 11110101 | 10110011 | 1010011 | 0 | 11011 | 1000010 | 100 | 100100 | 1011001 | 1000000 |
Color Harmonies of #F5B353
Complementary color
Monochromatic Colors of #F5B353
Black with #F5B353
Text Example
Text Example
White with #F5B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B353; }
p { color: rgb(245,179,83); }
H1.HeaderClassName
{
color: #F5B353;
}
.AnyTagClassName
{
color: #F5B353;
}
</style>
background-color css
<style>
a { background-color: #F5B353; }
a { background-color: rgb(245,179,83); }
div.DivClassName
{
background-color: #F5B353;
}
.BgClassName
{
background-color: #F5B353;
}
</style>
border-color css
<style>
span { border-color: #F5B353; }
span { border-color: rgb(245,179,83); }
td.TdClassName
{
border-color: #F5B353;
}
.TagClassName
{
border-color: #F5B353;
}
</style>