Shades of Casablanca #F5B44D
Tints of Casablanca #F5B44D
RGB
CMYK
RGB Variations
Color information
#F5B44D (or 0xF5B44D) is known color: Casablanca. HEX triplet: F5, B4 and 4D. RGB value is (245,180,77). Sum of RGB (Red+Green+Blue) = 245+180+77=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B44D is #0A4BB2. Grayscale: #BCBCBC. Windows color (decimal): -674739 or 5092597. OLE color: 5092597.
HSL color Cylindrical-coordinate representation of color #F5B44D: hue angle of 36.79º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5B44D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 77 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.04 |
| HSL | 36.79º | 0.89% | 0.63% | - |
| HSV(B) | 36.79º | 0.69% | 0.96% | - |
| XYZ | 55.32 | 52.59 | 14.26 | - |
| YUV | 187.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 77 | 0 | 0.27 | 0.69 | 0.04 | 36.79 | 0.89 | 0.63 |
| Hex | F5 | B4 | 4D | 0 | 1B | 45 | 4 | 25 | 59 | 3F |
| Octal | 365 | 264 | 115 | 0 | 33 | 105 | 4 | 45 | 131 | 77 |
| Binary | 11110101 | 10110100 | 1001101 | 0 | 11011 | 1000101 | 100 | 100101 | 1011001 | 111111 |
Color Harmonies of #F5B44D
Complementary color
Monochromatic Colors of #F5B44D
Black with #F5B44D
Text Example
Text Example
White with #F5B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B44D; }
p { color: rgb(245,180,77); }
H1.HeaderClassName
{
color: #F5B44D;
}
.AnyTagClassName
{
color: #F5B44D;
}
</style>
background-color css
<style>
a { background-color: #F5B44D; }
a { background-color: rgb(245,180,77); }
div.DivClassName
{
background-color: #F5B44D;
}
.BgClassName
{
background-color: #F5B44D;
}
</style>
border-color css
<style>
span { border-color: #F5B44D; }
span { border-color: rgb(245,180,77); }
td.TdClassName
{
border-color: #F5B44D;
}
.TagClassName
{
border-color: #F5B44D;
}
</style>