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