Shades of Sunshade #F7A054
Tints of Sunshade #F7A054
RGB
CMYK
RGB Variations
Color information
#F7A054 (or 0xF7A054) is known color: Sunshade. HEX triplet: F7, A0 and 54. RGB value is (247,160,84). Sum of RGB (Red+Green+Blue) = 247+160+84=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A054 is #085FAB. Grayscale: #B1B1B1. Windows color (decimal): -548780 or 5546231. OLE color: 5546231.
HSL color Cylindrical-coordinate representation of color #F7A054: hue angle of 27.98º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7A054 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 84 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.03 |
| HSL | 27.98º | 0.91% | 0.65% | - |
| HSV(B) | 27.98º | 0.66% | 0.97% | - |
| XYZ | 52.53 | 45.56 | 14.41 | - |
| YUV | 177.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 84 | 0 | 0.35 | 0.66 | 0.03 | 27.98 | 0.91 | 0.65 |
| Hex | F7 | A0 | 54 | 0 | 23 | 42 | 3 | 1C | 5B | 41 |
| Octal | 367 | 240 | 124 | 0 | 43 | 102 | 3 | 34 | 133 | 101 |
| Binary | 11110111 | 10100000 | 1010100 | 0 | 100011 | 1000010 | 11 | 11100 | 1011011 | 1000001 |
Color Harmonies of #F7A054
Complementary color
Monochromatic Colors of #F7A054
Black with #F7A054
Text Example
Text Example
White with #F7A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A054; }
p { color: rgb(247,160,84); }
H1.HeaderClassName
{
color: #F7A054;
}
.AnyTagClassName
{
color: #F7A054;
}
</style>
background-color css
<style>
a { background-color: #F7A054; }
a { background-color: rgb(247,160,84); }
div.DivClassName
{
background-color: #F7A054;
}
.BgClassName
{
background-color: #F7A054;
}
</style>
border-color css
<style>
span { border-color: #F7A054; }
span { border-color: rgb(247,160,84); }
td.TdClassName
{
border-color: #F7A054;
}
.TagClassName
{
border-color: #F7A054;
}
</style>