Shades of Orange #FFA303
Tints of Orange #FFA303
RGB
CMYK
RGB Variations
Color information
#FFA303 (or 0xFFA303) is known color: Orange. HEX triplet: FF, A3 and 03. RGB value is (255,163,3). Sum of RGB (Red+Green+Blue) = 255+163+3=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA303 is #005CFC. Grayscale: #ADADAD. Windows color (decimal): -23805 or 238591. OLE color: 238591.
HSL color Cylindrical-coordinate representation of color #FFA303: hue angle of 38.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFA303 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0 |
| HSL | 38.1º | 1% | 0.51% | - |
| HSV(B) | 38.1º | 0.99% | 1% | - |
| XYZ | 54.35 | 47.46 | 6.38 | - |
| YUV | 172.27 | 32.48 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 3 | 0 | 0.36 | 0.99 | 0 | 38.1 | 1 | 0.51 |
| Hex | FF | A3 | 3 | 0 | 24 | 63 | 0 | 26 | 64 | 33 |
| Octal | 377 | 243 | 3 | 0 | 44 | 143 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100011 | 11 | 0 | 100100 | 1100011 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA303
Complementary color
Monochromatic Colors of #FFA303
Black with #FFA303
Text Example
Text Example
White with #FFA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA303; }
p { color: rgb(255,163,3); }
H1.HeaderClassName
{
color: #FFA303;
}
.AnyTagClassName
{
color: #FFA303;
}
</style>
background-color css
<style>
a { background-color: #FFA303; }
a { background-color: rgb(255,163,3); }
div.DivClassName
{
background-color: #FFA303;
}
.BgClassName
{
background-color: #FFA303;
}
</style>
border-color css
<style>
span { border-color: #FFA303; }
span { border-color: rgb(255,163,3); }
td.TdClassName
{
border-color: #FFA303;
}
.TagClassName
{
border-color: #FFA303;
}
</style>