Shades of Sunshade #F5A04D
Tints of Sunshade #F5A04D
RGB
CMYK
RGB Variations
Color information
#F5A04D (or 0xF5A04D) is known color: Sunshade. HEX triplet: F5, A0 and 4D. RGB value is (245,160,77). Sum of RGB (Red+Green+Blue) = 245+160+77=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A04D is #0A5FB2. Grayscale: #B0B0B0. Windows color (decimal): -679859 or 5087477. OLE color: 5087477.
HSL color Cylindrical-coordinate representation of color #F5A04D: hue angle of 29.64º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5A04D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 77 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.04 |
| HSL | 29.64º | 0.89% | 0.63% | - |
| HSV(B) | 29.64º | 0.69% | 0.96% | - |
| XYZ | 51.57 | 45.09 | 13.01 | - |
| YUV | 175.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 77 | 0 | 0.35 | 0.69 | 0.04 | 29.64 | 0.89 | 0.63 |
| Hex | F5 | A0 | 4D | 0 | 23 | 45 | 4 | 1E | 59 | 3F |
| Octal | 365 | 240 | 115 | 0 | 43 | 105 | 4 | 36 | 131 | 77 |
| Binary | 11110101 | 10100000 | 1001101 | 0 | 100011 | 1000101 | 100 | 11110 | 1011001 | 111111 |
Color Harmonies of #F5A04D
Complementary color
Monochromatic Colors of #F5A04D
Black with #F5A04D
Text Example
Text Example
White with #F5A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A04D; }
p { color: rgb(245,160,77); }
H1.HeaderClassName
{
color: #F5A04D;
}
.AnyTagClassName
{
color: #F5A04D;
}
</style>
background-color css
<style>
a { background-color: #F5A04D; }
a { background-color: rgb(245,160,77); }
div.DivClassName
{
background-color: #F5A04D;
}
.BgClassName
{
background-color: #F5A04D;
}
</style>
border-color css
<style>
span { border-color: #F5A04D; }
span { border-color: rgb(245,160,77); }
td.TdClassName
{
border-color: #F5A04D;
}
.TagClassName
{
border-color: #F5A04D;
}
</style>