Shades of Sunshade #FFA346
Tints of Sunshade #FFA346
RGB
CMYK
RGB Variations
Color information
#FFA346 (or 0xFFA346) is known color: Sunshade. HEX triplet: FF, A3 and 46. RGB value is (255,163,70). Sum of RGB (Red+Green+Blue) = 255+163+70=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA346 is #005CB9. Grayscale: #B4B4B4. Windows color (decimal): -23738 or 4629503. OLE color: 4629503.
HSL color Cylindrical-coordinate representation of color #FFA346: hue angle of 30.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFA346 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 70 | - |
| CMYK | 0 | 0.36 | 0.73 | 0 |
| HSL | 30.16º | 1% | 0.64% | - |
| HSV(B) | 30.16º | 0.73% | 1% | - |
| XYZ | 55.44 | 47.9 | 12.12 | - |
| YUV | 179.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 70 | 0 | 0.36 | 0.73 | 0 | 30.16 | 1 | 0.64 |
| Hex | FF | A3 | 46 | 0 | 24 | 49 | 0 | 1E | 64 | 40 |
| Octal | 377 | 243 | 106 | 0 | 44 | 111 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100011 | 1000110 | 0 | 100100 | 1001001 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA346
Complementary color
Monochromatic Colors of #FFA346
Black with #FFA346
Text Example
Text Example
White with #FFA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA346; }
p { color: rgb(255,163,70); }
H1.HeaderClassName
{
color: #FFA346;
}
.AnyTagClassName
{
color: #FFA346;
}
</style>
background-color css
<style>
a { background-color: #FFA346; }
a { background-color: rgb(255,163,70); }
div.DivClassName
{
background-color: #FFA346;
}
.BgClassName
{
background-color: #FFA346;
}
</style>
border-color css
<style>
span { border-color: #FFA346; }
span { border-color: rgb(255,163,70); }
td.TdClassName
{
border-color: #FFA346;
}
.TagClassName
{
border-color: #FFA346;
}
</style>