Shades of Orange Peel #FFA101
Tints of Orange Peel #FFA101
RGB
CMYK
RGB Variations
Color information
#FFA101 (or 0xFFA101) is known color: Orange Peel. HEX triplet: FF, A1 and 01. RGB value is (255,161,1). Sum of RGB (Red+Green+Blue) = 255+161+1=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA101 is #005EFE. Grayscale: #ABABAB. Windows color (decimal): -24319 or 107007. OLE color: 107007.
HSL color Cylindrical-coordinate representation of color #FFA101: hue angle of 37.8º 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 #FFA101 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0 |
| HSL | 37.8º | 1% | 0.5% | - |
| HSV(B) | 37.8º | 1% | 1% | - |
| XYZ | 53.99 | 46.75 | 6.21 | - |
| YUV | 170.87 | 32.14 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 1 | 0 | 0.37 | 1.00 | 0 | 37.8 | 1 | 0.5 |
| Hex | FF | A1 | 1 | 0 | 25 | 64 | 0 | 26 | 64 | 32 |
| Octal | 377 | 241 | 1 | 0 | 45 | 144 | 0 | 46 | 144 | 62 |
| Binary | 11111111 | 10100001 | 1 | 0 | 100101 | 1100100 | 0 | 100110 | 1100100 | 110010 |
Color Harmonies of #FFA101
Complementary color
Monochromatic Colors of #FFA101
Black with #FFA101
Text Example
Text Example
White with #FFA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA101; }
p { color: rgb(255,161,1); }
H1.HeaderClassName
{
color: #FFA101;
}
.AnyTagClassName
{
color: #FFA101;
}
</style>
background-color css
<style>
a { background-color: #FFA101; }
a { background-color: rgb(255,161,1); }
div.DivClassName
{
background-color: #FFA101;
}
.BgClassName
{
background-color: #FFA101;
}
</style>
border-color css
<style>
span { border-color: #FFA101; }
span { border-color: rgb(255,161,1); }
td.TdClassName
{
border-color: #FFA101;
}
.TagClassName
{
border-color: #FFA101;
}
</style>