Shades of Orange #FFA701
Tints of Orange #FFA701
RGB
CMYK
RGB Variations
Color information
#FFA701 (or 0xFFA701) is known color: Orange. HEX triplet: FF, A7 and 01. RGB value is (255,167,1). Sum of RGB (Red+Green+Blue) = 255+167+1=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA701 is #0058FE. Grayscale: #AFAFAF. Windows color (decimal): -22783 or 108543. OLE color: 108543.
HSL color Cylindrical-coordinate representation of color #FFA701: hue angle of 39.21º 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 #FFA701 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0 |
| HSL | 39.21º | 1% | 0.5% | - |
| HSV(B) | 39.21º | 1% | 1% | - |
| XYZ | 55.06 | 48.9 | 6.57 | - |
| YUV | 174.39 | 30.15 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 1 | 0 | 0.35 | 1.00 | 0 | 39.21 | 1 | 0.5 |
| Hex | FF | A7 | 1 | 0 | 23 | 64 | 0 | 27 | 64 | 32 |
| Octal | 377 | 247 | 1 | 0 | 43 | 144 | 0 | 47 | 144 | 62 |
| Binary | 11111111 | 10100111 | 1 | 0 | 100011 | 1100100 | 0 | 100111 | 1100100 | 110010 |
Color Harmonies of #FFA701
Complementary color
Monochromatic Colors of #FFA701
Black with #FFA701
Text Example
Text Example
White with #FFA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA701; }
p { color: rgb(255,167,1); }
H1.HeaderClassName
{
color: #FFA701;
}
.AnyTagClassName
{
color: #FFA701;
}
</style>
background-color css
<style>
a { background-color: #FFA701; }
a { background-color: rgb(255,167,1); }
div.DivClassName
{
background-color: #FFA701;
}
.BgClassName
{
background-color: #FFA701;
}
</style>
border-color css
<style>
span { border-color: #FFA701; }
span { border-color: rgb(255,167,1); }
td.TdClassName
{
border-color: #FFA701;
}
.TagClassName
{
border-color: #FFA701;
}
</style>