Shades of Sunshade #FFA14A
Tints of Sunshade #FFA14A
RGB
CMYK
RGB Variations
Color information
#FFA14A (or 0xFFA14A) is known color: Sunshade. HEX triplet: FF, A1 and 4A. RGB value is (255,161,74). Sum of RGB (Red+Green+Blue) = 255+161+74=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA14A is #005EB5. Grayscale: #B3B3B3. Windows color (decimal): -24246 or 4891135. OLE color: 4891135.
HSL color Cylindrical-coordinate representation of color #FFA14A: hue angle of 28.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA14A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 74 | - |
| CMYK | 0 | 0.37 | 0.71 | 0 |
| HSL | 28.84º | 1% | 0.65% | - |
| HSV(B) | 28.84º | 0.71% | 1% | - |
| XYZ | 55.22 | 47.24 | 12.69 | - |
| YUV | 179.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 74 | 0 | 0.37 | 0.71 | 0 | 28.84 | 1 | 0.65 |
| Hex | FF | A1 | 4A | 0 | 25 | 47 | 0 | 1D | 64 | 41 |
| Octal | 377 | 241 | 112 | 0 | 45 | 107 | 0 | 35 | 144 | 101 |
| Binary | 11111111 | 10100001 | 1001010 | 0 | 100101 | 1000111 | 0 | 11101 | 1100100 | 1000001 |
Color Harmonies of #FFA14A
Complementary color
Monochromatic Colors of #FFA14A
Black with #FFA14A
Text Example
Text Example
White with #FFA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA14A; }
p { color: rgb(255,161,74); }
H1.HeaderClassName
{
color: #FFA14A;
}
.AnyTagClassName
{
color: #FFA14A;
}
</style>
background-color css
<style>
a { background-color: #FFA14A; }
a { background-color: rgb(255,161,74); }
div.DivClassName
{
background-color: #FFA14A;
}
.BgClassName
{
background-color: #FFA14A;
}
</style>
border-color css
<style>
span { border-color: #FFA14A; }
span { border-color: rgb(255,161,74); }
td.TdClassName
{
border-color: #FFA14A;
}
.TagClassName
{
border-color: #FFA14A;
}
</style>