Shades of Sunshade #F7A04D
Tints of Sunshade #F7A04D
RGB
CMYK
RGB Variations
Color information
#F7A04D (or 0xF7A04D) is known color: Sunshade. HEX triplet: F7, A0 and 4D. RGB value is (247,160,77). Sum of RGB (Red+Green+Blue) = 247+160+77=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A04D is #085FB2. Grayscale: #B0B0B0. Windows color (decimal): -548787 or 5087479. OLE color: 5087479.
HSL color Cylindrical-coordinate representation of color #F7A04D: hue angle of 29.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7A04D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 77 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.03 |
| HSL | 29.29º | 0.91% | 0.64% | - |
| HSV(B) | 29.29º | 0.69% | 0.97% | - |
| XYZ | 52.27 | 45.45 | 13.04 | - |
| YUV | 176.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 77 | 0 | 0.35 | 0.69 | 0.03 | 29.29 | 0.91 | 0.64 |
| Hex | F7 | A0 | 4D | 0 | 23 | 45 | 3 | 1D | 5B | 40 |
| Octal | 367 | 240 | 115 | 0 | 43 | 105 | 3 | 35 | 133 | 100 |
| Binary | 11110111 | 10100000 | 1001101 | 0 | 100011 | 1000101 | 11 | 11101 | 1011011 | 1000000 |
Color Harmonies of #F7A04D
Complementary color
Monochromatic Colors of #F7A04D
Black with #F7A04D
Text Example
Text Example
White with #F7A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A04D; }
p { color: rgb(247,160,77); }
H1.HeaderClassName
{
color: #F7A04D;
}
.AnyTagClassName
{
color: #F7A04D;
}
</style>
background-color css
<style>
a { background-color: #F7A04D; }
a { background-color: rgb(247,160,77); }
div.DivClassName
{
background-color: #F7A04D;
}
.BgClassName
{
background-color: #F7A04D;
}
</style>
border-color css
<style>
span { border-color: #F7A04D; }
span { border-color: rgb(247,160,77); }
td.TdClassName
{
border-color: #F7A04D;
}
.TagClassName
{
border-color: #F7A04D;
}
</style>