Shades of Casablanca #F5B253
Tints of Casablanca #F5B253
RGB
CMYK
RGB Variations
Color information
#F5B253 (or 0xF5B253) is known color: Casablanca. HEX triplet: F5, B2 and 53. RGB value is (245,178,83). Sum of RGB (Red+Green+Blue) = 245+178+83=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B253 is #0A4DAC. Grayscale: #BBBBBB. Windows color (decimal): -675245 or 5485301. OLE color: 5485301.
HSL color Cylindrical-coordinate representation of color #F5B253: hue angle of 35.19º 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 #F5B253 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 83 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.04 |
| HSL | 35.19º | 0.89% | 0.64% | - |
| HSV(B) | 35.19º | 0.66% | 0.96% | - |
| XYZ | 55.14 | 51.88 | 15.29 | - |
| YUV | 187.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 83 | 0 | 0.27 | 0.66 | 0.04 | 35.19 | 0.89 | 0.64 |
| Hex | F5 | B2 | 53 | 0 | 1B | 42 | 4 | 23 | 59 | 40 |
| Octal | 365 | 262 | 123 | 0 | 33 | 102 | 4 | 43 | 131 | 100 |
| Binary | 11110101 | 10110010 | 1010011 | 0 | 11011 | 1000010 | 100 | 100011 | 1011001 | 1000000 |
Color Harmonies of #F5B253
Complementary color
Monochromatic Colors of #F5B253
Black with #F5B253
Text Example
Text Example
White with #F5B253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B253; }
p { color: rgb(245,178,83); }
H1.HeaderClassName
{
color: #F5B253;
}
.AnyTagClassName
{
color: #F5B253;
}
</style>
background-color css
<style>
a { background-color: #F5B253; }
a { background-color: rgb(245,178,83); }
div.DivClassName
{
background-color: #F5B253;
}
.BgClassName
{
background-color: #F5B253;
}
</style>
border-color css
<style>
span { border-color: #F5B253; }
span { border-color: rgb(245,178,83); }
td.TdClassName
{
border-color: #F5B253;
}
.TagClassName
{
border-color: #F5B253;
}
</style>