Shades of Sunshade #F7A04C
Tints of Sunshade #F7A04C
RGB
CMYK
RGB Variations
Color information
#F7A04C (or 0xF7A04C) is known color: Sunshade. HEX triplet: F7, A0 and 4C. RGB value is (247,160,76). Sum of RGB (Red+Green+Blue) = 247+160+76=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A04C is #085FB3. Grayscale: #B0B0B0. Windows color (decimal): -548788 or 5021943. OLE color: 5021943.
HSL color Cylindrical-coordinate representation of color #F7A04C: hue angle of 29.47º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7A04C is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 76 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.03 |
| HSL | 29.47º | 0.91% | 0.63% | - |
| HSV(B) | 29.47º | 0.69% | 0.97% | - |
| XYZ | 52.23 | 45.44 | 12.85 | - |
| YUV | 176.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 76 | 0 | 0.35 | 0.69 | 0.03 | 29.47 | 0.91 | 0.63 |
| Hex | F7 | A0 | 4C | 0 | 23 | 45 | 3 | 1D | 5B | 3F |
| Octal | 367 | 240 | 114 | 0 | 43 | 105 | 3 | 35 | 133 | 77 |
| Binary | 11110111 | 10100000 | 1001100 | 0 | 100011 | 1000101 | 11 | 11101 | 1011011 | 111111 |
Color Harmonies of #F7A04C
Complementary color
Monochromatic Colors of #F7A04C
Black with #F7A04C
Text Example
Text Example
White with #F7A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A04C; }
p { color: rgb(247,160,76); }
H1.HeaderClassName
{
color: #F7A04C;
}
.AnyTagClassName
{
color: #F7A04C;
}
</style>
background-color css
<style>
a { background-color: #F7A04C; }
a { background-color: rgb(247,160,76); }
div.DivClassName
{
background-color: #F7A04C;
}
.BgClassName
{
background-color: #F7A04C;
}
</style>
border-color css
<style>
span { border-color: #F7A04C; }
span { border-color: rgb(247,160,76); }
td.TdClassName
{
border-color: #F7A04C;
}
.TagClassName
{
border-color: #F7A04C;
}
</style>