Shades of Sunshade #FFA14E
Tints of Sunshade #FFA14E
RGB
CMYK
RGB Variations
Color information
#FFA14E (or 0xFFA14E) is known color: Sunshade. HEX triplet: FF, A1 and 4E. RGB value is (255,161,78). Sum of RGB (Red+Green+Blue) = 255+161+78=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA14E is #005EB1. Grayscale: #B4B4B4. Windows color (decimal): -24242 or 5153279. OLE color: 5153279.
HSL color Cylindrical-coordinate representation of color #FFA14E: hue angle of 28.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFA14E is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 78 | - |
| CMYK | 0 | 0.37 | 0.69 | 0 |
| HSL | 28.14º | 1% | 0.65% | - |
| HSV(B) | 28.14º | 0.69% | 1% | - |
| XYZ | 55.36 | 47.3 | 13.42 | - |
| YUV | 179.64 | 70.64 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 78 | 0 | 0.37 | 0.69 | 0 | 28.14 | 1 | 0.65 |
| Hex | FF | A1 | 4E | 0 | 25 | 45 | 0 | 1C | 64 | 41 |
| Octal | 377 | 241 | 116 | 0 | 45 | 105 | 0 | 34 | 144 | 101 |
| Binary | 11111111 | 10100001 | 1001110 | 0 | 100101 | 1000101 | 0 | 11100 | 1100100 | 1000001 |
Color Harmonies of #FFA14E
Complementary color
Monochromatic Colors of #FFA14E
Black with #FFA14E
Text Example
Text Example
White with #FFA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA14E; }
p { color: rgb(255,161,78); }
H1.HeaderClassName
{
color: #FFA14E;
}
.AnyTagClassName
{
color: #FFA14E;
}
</style>
background-color css
<style>
a { background-color: #FFA14E; }
a { background-color: rgb(255,161,78); }
div.DivClassName
{
background-color: #FFA14E;
}
.BgClassName
{
background-color: #FFA14E;
}
</style>
border-color css
<style>
span { border-color: #FFA14E; }
span { border-color: rgb(255,161,78); }
td.TdClassName
{
border-color: #FFA14E;
}
.TagClassName
{
border-color: #FFA14E;
}
</style>