Shades of Sunshade #FFA350
Tints of Sunshade #FFA350
RGB
CMYK
RGB Variations
Color information
#FFA350 (or 0xFFA350) is known color: Sunshade. HEX triplet: FF, A3 and 50. RGB value is (255,163,80). Sum of RGB (Red+Green+Blue) = 255+163+80=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA350 is #005CAF. Grayscale: #B5B5B5. Windows color (decimal): -23728 or 5284863. OLE color: 5284863.
HSL color Cylindrical-coordinate representation of color #FFA350: hue angle of 28.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFA350 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 80 | - |
| CMYK | 0 | 0.36 | 0.69 | 0 |
| HSL | 28.46º | 1% | 0.66% | - |
| HSV(B) | 28.46º | 0.69% | 1% | - |
| XYZ | 55.79 | 48.03 | 13.92 | - |
| YUV | 181.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 80 | 0 | 0.36 | 0.69 | 0 | 28.46 | 1 | 0.66 |
| Hex | FF | A3 | 50 | 0 | 24 | 45 | 0 | 1C | 64 | 42 |
| Octal | 377 | 243 | 120 | 0 | 44 | 105 | 0 | 34 | 144 | 102 |
| Binary | 11111111 | 10100011 | 1010000 | 0 | 100100 | 1000101 | 0 | 11100 | 1100100 | 1000010 |
Color Harmonies of #FFA350
Complementary color
Monochromatic Colors of #FFA350
Black with #FFA350
Text Example
Text Example
White with #FFA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA350; }
p { color: rgb(255,163,80); }
H1.HeaderClassName
{
color: #FFA350;
}
.AnyTagClassName
{
color: #FFA350;
}
</style>
background-color css
<style>
a { background-color: #FFA350; }
a { background-color: rgb(255,163,80); }
div.DivClassName
{
background-color: #FFA350;
}
.BgClassName
{
background-color: #FFA350;
}
</style>
border-color css
<style>
span { border-color: #FFA350; }
span { border-color: rgb(255,163,80); }
td.TdClassName
{
border-color: #FFA350;
}
.TagClassName
{
border-color: #FFA350;
}
</style>