Shades of Sunshade #F7A04B
Tints of Sunshade #F7A04B
RGB
CMYK
RGB Variations
Color information
#F7A04B (or 0xF7A04B) is known color: Sunshade. HEX triplet: F7, A0 and 4B. RGB value is (247,160,75). Sum of RGB (Red+Green+Blue) = 247+160+75=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A04B is #085FB4. Grayscale: #B0B0B0. Windows color (decimal): -548789 or 4956407. OLE color: 4956407.
HSL color Cylindrical-coordinate representation of color #F7A04B: hue angle of 29.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7A04B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 75 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.03 |
| HSL | 29.65º | 0.91% | 0.63% | - |
| HSV(B) | 29.65º | 0.7% | 0.97% | - |
| XYZ | 52.2 | 45.42 | 12.67 | - |
| YUV | 176.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 75 | 0 | 0.35 | 0.70 | 0.03 | 29.65 | 0.91 | 0.63 |
| Hex | F7 | A0 | 4B | 0 | 23 | 46 | 3 | 1E | 5B | 3F |
| Octal | 367 | 240 | 113 | 0 | 43 | 106 | 3 | 36 | 133 | 77 |
| Binary | 11110111 | 10100000 | 1001011 | 0 | 100011 | 1000110 | 11 | 11110 | 1011011 | 111111 |
Color Harmonies of #F7A04B
Complementary color
Monochromatic Colors of #F7A04B
Black with #F7A04B
Text Example
Text Example
White with #F7A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A04B; }
p { color: rgb(247,160,75); }
H1.HeaderClassName
{
color: #F7A04B;
}
.AnyTagClassName
{
color: #F7A04B;
}
</style>
background-color css
<style>
a { background-color: #F7A04B; }
a { background-color: rgb(247,160,75); }
div.DivClassName
{
background-color: #F7A04B;
}
.BgClassName
{
background-color: #F7A04B;
}
</style>
border-color css
<style>
span { border-color: #F7A04B; }
span { border-color: rgb(247,160,75); }
td.TdClassName
{
border-color: #F7A04B;
}
.TagClassName
{
border-color: #F7A04B;
}
</style>