Shades of Orange #FFA901
Tints of Orange #FFA901
RGB
CMYK
RGB Variations
Color information
#FFA901 (or 0xFFA901) is known color: Orange. HEX triplet: FF, A9 and 01. RGB value is (255,169,1). Sum of RGB (Red+Green+Blue) = 255+169+1=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA901 is #0056FE. Grayscale: #B0B0B0. Windows color (decimal): -22271 or 109055. OLE color: 109055.
HSL color Cylindrical-coordinate representation of color #FFA901: hue angle of 39.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFA901 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0 |
| HSL | 39.69º | 1% | 0.5% | - |
| HSV(B) | 39.69º | 1% | 1% | - |
| XYZ | 55.43 | 49.64 | 6.69 | - |
| YUV | 175.56 | 29.49 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 1 | 0 | 0.34 | 1.00 | 0 | 39.69 | 1 | 0.5 |
| Hex | FF | A9 | 1 | 0 | 22 | 64 | 0 | 28 | 64 | 32 |
| Octal | 377 | 251 | 1 | 0 | 42 | 144 | 0 | 50 | 144 | 62 |
| Binary | 11111111 | 10101001 | 1 | 0 | 100010 | 1100100 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FFA901
Complementary color
Monochromatic Colors of #FFA901
Black with #FFA901
Text Example
Text Example
White with #FFA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA901; }
p { color: rgb(255,169,1); }
H1.HeaderClassName
{
color: #FFA901;
}
.AnyTagClassName
{
color: #FFA901;
}
</style>
background-color css
<style>
a { background-color: #FFA901; }
a { background-color: rgb(255,169,1); }
div.DivClassName
{
background-color: #FFA901;
}
.BgClassName
{
background-color: #FFA901;
}
</style>
border-color css
<style>
span { border-color: #FFA901; }
span { border-color: rgb(255,169,1); }
td.TdClassName
{
border-color: #FFA901;
}
.TagClassName
{
border-color: #FFA901;
}
</style>