Shades of Sunshade #F5A14E
Tints of Sunshade #F5A14E
RGB
CMYK
RGB Variations
Color information
#F5A14E (or 0xF5A14E) is known color: Sunshade. HEX triplet: F5, A1 and 4E. RGB value is (245,161,78). Sum of RGB (Red+Green+Blue) = 245+161+78=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A14E is #0A5EB1. Grayscale: #B1B1B1. Windows color (decimal): -679602 or 5153269. OLE color: 5153269.
HSL color Cylindrical-coordinate representation of color #F5A14E: hue angle of 29.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5A14E is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 78 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.04 |
| HSL | 29.82º | 0.89% | 0.63% | - |
| HSV(B) | 29.82º | 0.68% | 0.96% | - |
| XYZ | 51.78 | 45.45 | 13.25 | - |
| YUV | 176.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 78 | 0 | 0.34 | 0.68 | 0.04 | 29.82 | 0.89 | 0.63 |
| Hex | F5 | A1 | 4E | 0 | 22 | 44 | 4 | 1E | 59 | 3F |
| Octal | 365 | 241 | 116 | 0 | 42 | 104 | 4 | 36 | 131 | 77 |
| Binary | 11110101 | 10100001 | 1001110 | 0 | 100010 | 1000100 | 100 | 11110 | 1011001 | 111111 |
Color Harmonies of #F5A14E
Complementary color
Monochromatic Colors of #F5A14E
Black with #F5A14E
Text Example
Text Example
White with #F5A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A14E; }
p { color: rgb(245,161,78); }
H1.HeaderClassName
{
color: #F5A14E;
}
.AnyTagClassName
{
color: #F5A14E;
}
</style>
background-color css
<style>
a { background-color: #F5A14E; }
a { background-color: rgb(245,161,78); }
div.DivClassName
{
background-color: #F5A14E;
}
.BgClassName
{
background-color: #F5A14E;
}
</style>
border-color css
<style>
span { border-color: #F5A14E; }
span { border-color: rgb(245,161,78); }
td.TdClassName
{
border-color: #F5A14E;
}
.TagClassName
{
border-color: #F5A14E;
}
</style>