Shades of Casablanca #F5AD4E
Tints of Casablanca #F5AD4E
RGB
CMYK
RGB Variations
Color information
#F5AD4E (or 0xF5AD4E) is known color: Casablanca. HEX triplet: F5, AD and 4E. RGB value is (245,173,78). Sum of RGB (Red+Green+Blue) = 245+173+78=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD4E is #0A52B1. Grayscale: #B8B8B8. Windows color (decimal): -676530 or 5156341. OLE color: 5156341.
HSL color Cylindrical-coordinate representation of color #F5AD4E: hue angle of 34.13º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5AD4E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 78 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.04 |
| HSL | 34.13º | 0.89% | 0.63% | - |
| HSV(B) | 34.13º | 0.68% | 0.96% | - |
| XYZ | 53.97 | 49.85 | 13.98 | - |
| YUV | 183.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 78 | 0 | 0.29 | 0.68 | 0.04 | 34.13 | 0.89 | 0.63 |
| Hex | F5 | AD | 4E | 0 | 1D | 44 | 4 | 22 | 59 | 3F |
| Octal | 365 | 255 | 116 | 0 | 35 | 104 | 4 | 42 | 131 | 77 |
| Binary | 11110101 | 10101101 | 1001110 | 0 | 11101 | 1000100 | 100 | 100010 | 1011001 | 111111 |
Color Harmonies of #F5AD4E
Complementary color
Monochromatic Colors of #F5AD4E
Black with #F5AD4E
Text Example
Text Example
White with #F5AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD4E; }
p { color: rgb(245,173,78); }
H1.HeaderClassName
{
color: #F5AD4E;
}
.AnyTagClassName
{
color: #F5AD4E;
}
</style>
background-color css
<style>
a { background-color: #F5AD4E; }
a { background-color: rgb(245,173,78); }
div.DivClassName
{
background-color: #F5AD4E;
}
.BgClassName
{
background-color: #F5AD4E;
}
</style>
border-color css
<style>
span { border-color: #F5AD4E; }
span { border-color: rgb(245,173,78); }
td.TdClassName
{
border-color: #F5AD4E;
}
.TagClassName
{
border-color: #F5AD4E;
}
</style>