Shades of Sunshade #FFA13F
Tints of Sunshade #FFA13F
RGB
CMYK
RGB Variations
Color information
#FFA13F (or 0xFFA13F) is known color: Sunshade. HEX triplet: FF, A1 and 3F. RGB value is (255,161,63). Sum of RGB (Red+Green+Blue) = 255+161+63=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA13F is #005EC0. Grayscale: #B2B2B2. Windows color (decimal): -24257 or 4170239. OLE color: 4170239.
HSL color Cylindrical-coordinate representation of color #FFA13F: hue angle of 30.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA13F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 63 | - |
| CMYK | 0 | 0.37 | 0.75 | 0 |
| HSL | 30.63º | 1% | 0.62% | - |
| HSV(B) | 30.63º | 0.75% | 1% | - |
| XYZ | 54.88 | 47.11 | 10.9 | - |
| YUV | 177.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 63 | 0 | 0.37 | 0.75 | 0 | 30.63 | 1 | 0.62 |
| Hex | FF | A1 | 3F | 0 | 25 | 4B | 0 | 1F | 64 | 3E |
| Octal | 377 | 241 | 77 | 0 | 45 | 113 | 0 | 37 | 144 | 76 |
| Binary | 11111111 | 10100001 | 111111 | 0 | 100101 | 1001011 | 0 | 11111 | 1100100 | 111110 |
Color Harmonies of #FFA13F
Complementary color
Monochromatic Colors of #FFA13F
Black with #FFA13F
Text Example
Text Example
White with #FFA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA13F; }
p { color: rgb(255,161,63); }
H1.HeaderClassName
{
color: #FFA13F;
}
.AnyTagClassName
{
color: #FFA13F;
}
</style>
background-color css
<style>
a { background-color: #FFA13F; }
a { background-color: rgb(255,161,63); }
div.DivClassName
{
background-color: #FFA13F;
}
.BgClassName
{
background-color: #FFA13F;
}
</style>
border-color css
<style>
span { border-color: #FFA13F; }
span { border-color: rgb(255,161,63); }
td.TdClassName
{
border-color: #FFA13F;
}
.TagClassName
{
border-color: #FFA13F;
}
</style>