Shades of Sunshade #FFA240
Tints of Sunshade #FFA240
RGB
CMYK
RGB Variations
Color information
#FFA240 (or 0xFFA240) is known color: Sunshade. HEX triplet: FF, A2 and 40. RGB value is (255,162,64). Sum of RGB (Red+Green+Blue) = 255+162+64=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA240 is #005DBF. Grayscale: #B3B3B3. Windows color (decimal): -24000 or 4236031. OLE color: 4236031.
HSL color Cylindrical-coordinate representation of color #FFA240: hue angle of 30.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA240 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 64 | - |
| CMYK | 0 | 0.36 | 0.75 | 0 |
| HSL | 30.79º | 1% | 0.63% | - |
| HSV(B) | 30.79º | 0.75% | 1% | - |
| XYZ | 55.09 | 47.47 | 11.11 | - |
| YUV | 178.64 | 63.31 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 64 | 0 | 0.36 | 0.75 | 0 | 30.79 | 1 | 0.63 |
| Hex | FF | A2 | 40 | 0 | 24 | 4B | 0 | 1F | 64 | 3F |
| Octal | 377 | 242 | 100 | 0 | 44 | 113 | 0 | 37 | 144 | 77 |
| Binary | 11111111 | 10100010 | 1000000 | 0 | 100100 | 1001011 | 0 | 11111 | 1100100 | 111111 |
Color Harmonies of #FFA240
Complementary color
Monochromatic Colors of #FFA240
Black with #FFA240
Text Example
Text Example
White with #FFA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA240; }
p { color: rgb(255,162,64); }
H1.HeaderClassName
{
color: #FFA240;
}
.AnyTagClassName
{
color: #FFA240;
}
</style>
background-color css
<style>
a { background-color: #FFA240; }
a { background-color: rgb(255,162,64); }
div.DivClassName
{
background-color: #FFA240;
}
.BgClassName
{
background-color: #FFA240;
}
</style>
border-color css
<style>
span { border-color: #FFA240; }
span { border-color: rgb(255,162,64); }
td.TdClassName
{
border-color: #FFA240;
}
.TagClassName
{
border-color: #FFA240;
}
</style>