Shades of Sunshade #F5A54D
Tints of Sunshade #F5A54D
RGB
CMYK
RGB Variations
Color information
#F5A54D (or 0xF5A54D) is known color: Sunshade. HEX triplet: F5, A5 and 4D. RGB value is (245,165,77). Sum of RGB (Red+Green+Blue) = 245+165+77=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A54D is #0A5AB2. Grayscale: #B3B3B3. Windows color (decimal): -678579 or 5088757. OLE color: 5088757.
HSL color Cylindrical-coordinate representation of color #F5A54D: hue angle of 31.43º 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 #F5A54D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 77 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.04 |
| HSL | 31.43º | 0.89% | 0.63% | - |
| HSV(B) | 31.43º | 0.69% | 0.96% | - |
| XYZ | 52.45 | 46.86 | 13.3 | - |
| YUV | 178.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 77 | 0 | 0.33 | 0.69 | 0.04 | 31.43 | 0.89 | 0.63 |
| Hex | F5 | A5 | 4D | 0 | 21 | 45 | 4 | 1F | 59 | 3F |
| Octal | 365 | 245 | 115 | 0 | 41 | 105 | 4 | 37 | 131 | 77 |
| Binary | 11110101 | 10100101 | 1001101 | 0 | 100001 | 1000101 | 100 | 11111 | 1011001 | 111111 |
Color Harmonies of #F5A54D
Complementary color
Monochromatic Colors of #F5A54D
Black with #F5A54D
Text Example
Text Example
White with #F5A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A54D; }
p { color: rgb(245,165,77); }
H1.HeaderClassName
{
color: #F5A54D;
}
.AnyTagClassName
{
color: #F5A54D;
}
</style>
background-color css
<style>
a { background-color: #F5A54D; }
a { background-color: rgb(245,165,77); }
div.DivClassName
{
background-color: #F5A54D;
}
.BgClassName
{
background-color: #F5A54D;
}
</style>
border-color css
<style>
span { border-color: #F5A54D; }
span { border-color: rgb(245,165,77); }
td.TdClassName
{
border-color: #F5A54D;
}
.TagClassName
{
border-color: #F5A54D;
}
</style>