Shades of Casablanca #F7AD4E
Tints of Casablanca #F7AD4E
RGB
CMYK
RGB Variations
Color information
#F7AD4E (or 0xF7AD4E) is known color: Casablanca. HEX triplet: F7, AD and 4E. RGB value is (247,173,78). Sum of RGB (Red+Green+Blue) = 247+173+78=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD4E is #0852B1. Grayscale: #B8B8B8. Windows color (decimal): -545458 or 5156343. OLE color: 5156343.
HSL color Cylindrical-coordinate representation of color #F7AD4E: hue angle of 33.73º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7AD4E is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 78 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.03 |
| HSL | 33.73º | 0.91% | 0.64% | - |
| HSV(B) | 33.73º | 0.68% | 0.97% | - |
| XYZ | 54.68 | 50.21 | 14.02 | - |
| YUV | 184.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 78 | 0 | 0.30 | 0.68 | 0.03 | 33.73 | 0.91 | 0.64 |
| Hex | F7 | AD | 4E | 0 | 1E | 44 | 3 | 22 | 5B | 40 |
| Octal | 367 | 255 | 116 | 0 | 36 | 104 | 3 | 42 | 133 | 100 |
| Binary | 11110111 | 10101101 | 1001110 | 0 | 11110 | 1000100 | 11 | 100010 | 1011011 | 1000000 |
Color Harmonies of #F7AD4E
Complementary color
Monochromatic Colors of #F7AD4E
Black with #F7AD4E
Text Example
Text Example
White with #F7AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD4E; }
p { color: rgb(247,173,78); }
H1.HeaderClassName
{
color: #F7AD4E;
}
.AnyTagClassName
{
color: #F7AD4E;
}
</style>
background-color css
<style>
a { background-color: #F7AD4E; }
a { background-color: rgb(247,173,78); }
div.DivClassName
{
background-color: #F7AD4E;
}
.BgClassName
{
background-color: #F7AD4E;
}
</style>
border-color css
<style>
span { border-color: #F7AD4E; }
span { border-color: rgb(247,173,78); }
td.TdClassName
{
border-color: #F7AD4E;
}
.TagClassName
{
border-color: #F7AD4E;
}
</style>