Shades of Sunshade #FFA247
Tints of Sunshade #FFA247
RGB
CMYK
RGB Variations
Color information
#FFA247 (or 0xFFA247) is known color: Sunshade. HEX triplet: FF, A2 and 47. RGB value is (255,162,71). Sum of RGB (Red+Green+Blue) = 255+162+71=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA247 is #005DB8. Grayscale: #B3B3B3. Windows color (decimal): -23993 or 4694783. OLE color: 4694783.
HSL color Cylindrical-coordinate representation of color #FFA247: hue angle of 29.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA247 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 71 | - |
| CMYK | 0 | 0.36 | 0.72 | 0 |
| HSL | 29.67º | 1% | 0.64% | - |
| HSV(B) | 29.67º | 0.72% | 1% | - |
| XYZ | 55.3 | 47.56 | 12.23 | - |
| YUV | 179.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 71 | 0 | 0.36 | 0.72 | 0 | 29.67 | 1 | 0.64 |
| Hex | FF | A2 | 47 | 0 | 24 | 48 | 0 | 1E | 64 | 40 |
| Octal | 377 | 242 | 107 | 0 | 44 | 110 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100010 | 1000111 | 0 | 100100 | 1001000 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA247
Complementary color
Monochromatic Colors of #FFA247
Black with #FFA247
Text Example
Text Example
White with #FFA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA247; }
p { color: rgb(255,162,71); }
H1.HeaderClassName
{
color: #FFA247;
}
.AnyTagClassName
{
color: #FFA247;
}
</style>
background-color css
<style>
a { background-color: #FFA247; }
a { background-color: rgb(255,162,71); }
div.DivClassName
{
background-color: #FFA247;
}
.BgClassName
{
background-color: #FFA247;
}
</style>
border-color css
<style>
span { border-color: #FFA247; }
span { border-color: rgb(255,162,71); }
td.TdClassName
{
border-color: #FFA247;
}
.TagClassName
{
border-color: #FFA247;
}
</style>