Shades of Sunshade #FFA150
Tints of Sunshade #FFA150
RGB
CMYK
RGB Variations
Color information
#FFA150 (or 0xFFA150) is known color: Sunshade. HEX triplet: FF, A1 and 50. RGB value is (255,161,80). Sum of RGB (Red+Green+Blue) = 255+161+80=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA150 is #005EAF. Grayscale: #B4B4B4. Windows color (decimal): -24240 or 5284351. OLE color: 5284351.
HSL color Cylindrical-coordinate representation of color #FFA150: hue angle of 27.77º 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 #FFA150 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 80 | - |
| CMYK | 0 | 0.37 | 0.69 | 0 |
| HSL | 27.77º | 1% | 0.66% | - |
| HSV(B) | 27.77º | 0.69% | 1% | - |
| XYZ | 55.43 | 47.33 | 13.8 | - |
| YUV | 179.87 | 71.64 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 80 | 0 | 0.37 | 0.69 | 0 | 27.77 | 1 | 0.66 |
| Hex | FF | A1 | 50 | 0 | 25 | 45 | 0 | 1C | 64 | 42 |
| Octal | 377 | 241 | 120 | 0 | 45 | 105 | 0 | 34 | 144 | 102 |
| Binary | 11111111 | 10100001 | 1010000 | 0 | 100101 | 1000101 | 0 | 11100 | 1100100 | 1000010 |
Color Harmonies of #FFA150
Complementary color
Monochromatic Colors of #FFA150
Black with #FFA150
Text Example
Text Example
White with #FFA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA150; }
p { color: rgb(255,161,80); }
H1.HeaderClassName
{
color: #FFA150;
}
.AnyTagClassName
{
color: #FFA150;
}
</style>
background-color css
<style>
a { background-color: #FFA150; }
a { background-color: rgb(255,161,80); }
div.DivClassName
{
background-color: #FFA150;
}
.BgClassName
{
background-color: #FFA150;
}
</style>
border-color css
<style>
span { border-color: #FFA150; }
span { border-color: rgb(255,161,80); }
td.TdClassName
{
border-color: #FFA150;
}
.TagClassName
{
border-color: #FFA150;
}
</style>