Shades of Sunshade #FFA04A
Tints of Sunshade #FFA04A
RGB
CMYK
RGB Variations
Color information
#FFA04A (or 0xFFA04A) is known color: Sunshade. HEX triplet: FF, A0 and 4A. RGB value is (255,160,74). Sum of RGB (Red+Green+Blue) = 255+160+74=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA04A is #005FB5. Grayscale: #B3B3B3. Windows color (decimal): -24502 or 4890879. OLE color: 4890879.
HSL color Cylindrical-coordinate representation of color #FFA04A: hue angle of 28.51º 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 #FFA04A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 74 | - |
| CMYK | 0 | 0.37 | 0.71 | 0 |
| HSL | 28.51º | 1% | 0.65% | - |
| HSV(B) | 28.51º | 0.71% | 1% | - |
| XYZ | 55.05 | 46.9 | 12.63 | - |
| YUV | 178.6 | 68.97 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 74 | 0 | 0.37 | 0.71 | 0 | 28.51 | 1 | 0.65 |
| Hex | FF | A0 | 4A | 0 | 25 | 47 | 0 | 1D | 64 | 41 |
| Octal | 377 | 240 | 112 | 0 | 45 | 107 | 0 | 35 | 144 | 101 |
| Binary | 11111111 | 10100000 | 1001010 | 0 | 100101 | 1000111 | 0 | 11101 | 1100100 | 1000001 |
Color Harmonies of #FFA04A
Complementary color
Monochromatic Colors of #FFA04A
Black with #FFA04A
Text Example
Text Example
White with #FFA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA04A; }
p { color: rgb(255,160,74); }
H1.HeaderClassName
{
color: #FFA04A;
}
.AnyTagClassName
{
color: #FFA04A;
}
</style>
background-color css
<style>
a { background-color: #FFA04A; }
a { background-color: rgb(255,160,74); }
div.DivClassName
{
background-color: #FFA04A;
}
.BgClassName
{
background-color: #FFA04A;
}
</style>
border-color css
<style>
span { border-color: #FFA04A; }
span { border-color: rgb(255,160,74); }
td.TdClassName
{
border-color: #FFA04A;
}
.TagClassName
{
border-color: #FFA04A;
}
</style>