Shades of Sunshade #FFA251
Tints of Sunshade #FFA251
RGB
CMYK
RGB Variations
Color information
#FFA251 (or 0xFFA251) is known color: Sunshade. HEX triplet: FF, A2 and 51. RGB value is (255,162,81). Sum of RGB (Red+Green+Blue) = 255+162+81=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA251 is #005DAE. Grayscale: #B4B4B4. Windows color (decimal): -23983 or 5350143. OLE color: 5350143.
HSL color Cylindrical-coordinate representation of color #FFA251: hue angle of 27.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFA251 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 81 | - |
| CMYK | 0 | 0.36 | 0.68 | 0 |
| HSL | 27.93º | 1% | 0.66% | - |
| HSV(B) | 27.93º | 0.68% | 1% | - |
| XYZ | 55.65 | 47.69 | 14.06 | - |
| YUV | 180.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 81 | 0 | 0.36 | 0.68 | 0 | 27.93 | 1 | 0.66 |
| Hex | FF | A2 | 51 | 0 | 24 | 44 | 0 | 1C | 64 | 42 |
| Octal | 377 | 242 | 121 | 0 | 44 | 104 | 0 | 34 | 144 | 102 |
| Binary | 11111111 | 10100010 | 1010001 | 0 | 100100 | 1000100 | 0 | 11100 | 1100100 | 1000010 |
Color Harmonies of #FFA251
Complementary color
Monochromatic Colors of #FFA251
Black with #FFA251
Text Example
Text Example
White with #FFA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA251; }
p { color: rgb(255,162,81); }
H1.HeaderClassName
{
color: #FFA251;
}
.AnyTagClassName
{
color: #FFA251;
}
</style>
background-color css
<style>
a { background-color: #FFA251; }
a { background-color: rgb(255,162,81); }
div.DivClassName
{
background-color: #FFA251;
}
.BgClassName
{
background-color: #FFA251;
}
</style>
border-color css
<style>
span { border-color: #FFA251; }
span { border-color: rgb(255,162,81); }
td.TdClassName
{
border-color: #FFA251;
}
.TagClassName
{
border-color: #FFA251;
}
</style>