Shades of Sunshade #FFA03F
Tints of Sunshade #FFA03F
RGB
CMYK
RGB Variations
Color information
#FFA03F (or 0xFFA03F) is known color: Sunshade. HEX triplet: FF, A0 and 3F. RGB value is (255,160,63). Sum of RGB (Red+Green+Blue) = 255+160+63=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA03F is #005FC0. Grayscale: #B1B1B1. Windows color (decimal): -24513 or 4169983. OLE color: 4169983.
HSL color Cylindrical-coordinate representation of color #FFA03F: hue angle of 30.31º 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 #FFA03F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 63 | - |
| CMYK | 0 | 0.37 | 0.75 | 0 |
| HSL | 30.31º | 1% | 0.62% | - |
| HSV(B) | 30.31º | 0.75% | 1% | - |
| XYZ | 54.71 | 46.76 | 10.84 | - |
| YUV | 177.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 63 | 0 | 0.37 | 0.75 | 0 | 30.31 | 1 | 0.62 |
| Hex | FF | A0 | 3F | 0 | 25 | 4B | 0 | 1E | 64 | 3E |
| Octal | 377 | 240 | 77 | 0 | 45 | 113 | 0 | 36 | 144 | 76 |
| Binary | 11111111 | 10100000 | 111111 | 0 | 100101 | 1001011 | 0 | 11110 | 1100100 | 111110 |
Color Harmonies of #FFA03F
Complementary color
Monochromatic Colors of #FFA03F
Black with #FFA03F
Text Example
Text Example
White with #FFA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA03F; }
p { color: rgb(255,160,63); }
H1.HeaderClassName
{
color: #FFA03F;
}
.AnyTagClassName
{
color: #FFA03F;
}
</style>
background-color css
<style>
a { background-color: #FFA03F; }
a { background-color: rgb(255,160,63); }
div.DivClassName
{
background-color: #FFA03F;
}
.BgClassName
{
background-color: #FFA03F;
}
</style>
border-color css
<style>
span { border-color: #FFA03F; }
span { border-color: rgb(255,160,63); }
td.TdClassName
{
border-color: #FFA03F;
}
.TagClassName
{
border-color: #FFA03F;
}
</style>