Shades of Casablanca #F5AF4E
Tints of Casablanca #F5AF4E
RGB
CMYK
RGB Variations
Color information
#F5AF4E (or 0xF5AF4E) is known color: Casablanca. HEX triplet: F5, AF and 4E. RGB value is (245,175,78). Sum of RGB (Red+Green+Blue) = 245+175+78=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF4E is #0A50B1. Grayscale: #B9B9B9. Windows color (decimal): -676018 or 5156853. OLE color: 5156853.
HSL color Cylindrical-coordinate representation of color #F5AF4E: hue angle of 34.85º 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 #F5AF4E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 78 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.04 |
| HSL | 34.85º | 0.89% | 0.63% | - |
| HSV(B) | 34.85º | 0.68% | 0.96% | - |
| XYZ | 54.36 | 50.62 | 14.11 | - |
| YUV | 184.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 78 | 0 | 0.29 | 0.68 | 0.04 | 34.85 | 0.89 | 0.63 |
| Hex | F5 | AF | 4E | 0 | 1D | 44 | 4 | 23 | 59 | 3F |
| Octal | 365 | 257 | 116 | 0 | 35 | 104 | 4 | 43 | 131 | 77 |
| Binary | 11110101 | 10101111 | 1001110 | 0 | 11101 | 1000100 | 100 | 100011 | 1011001 | 111111 |
Color Harmonies of #F5AF4E
Complementary color
Monochromatic Colors of #F5AF4E
Black with #F5AF4E
Text Example
Text Example
White with #F5AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF4E; }
p { color: rgb(245,175,78); }
H1.HeaderClassName
{
color: #F5AF4E;
}
.AnyTagClassName
{
color: #F5AF4E;
}
</style>
background-color css
<style>
a { background-color: #F5AF4E; }
a { background-color: rgb(245,175,78); }
div.DivClassName
{
background-color: #F5AF4E;
}
.BgClassName
{
background-color: #F5AF4E;
}
</style>
border-color css
<style>
span { border-color: #F5AF4E; }
span { border-color: rgb(245,175,78); }
td.TdClassName
{
border-color: #F5AF4E;
}
.TagClassName
{
border-color: #F5AF4E;
}
</style>