Shades of Orange Peel #FFA105
Tints of Orange Peel #FFA105
RGB
CMYK
RGB Variations
Color information
#FFA105 (or 0xFFA105) is known color: Orange Peel. HEX triplet: FF, A1 and 05. RGB value is (255,161,5). Sum of RGB (Red+Green+Blue) = 255+161+5=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA105 is #005EFA. Grayscale: #ACACAC. Windows color (decimal): -24315 or 369151. OLE color: 369151.
HSL color Cylindrical-coordinate representation of color #FFA105: hue angle of 37.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFA105 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0 |
| HSL | 37.44º | 1% | 0.51% | - |
| HSV(B) | 37.44º | 0.98% | 1% | - |
| XYZ | 54.01 | 46.76 | 6.32 | - |
| YUV | 171.32 | 34.14 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 5 | 0 | 0.37 | 0.98 | 0 | 37.44 | 1 | 0.51 |
| Hex | FF | A1 | 5 | 0 | 25 | 62 | 0 | 25 | 64 | 33 |
| Octal | 377 | 241 | 5 | 0 | 45 | 142 | 0 | 45 | 144 | 63 |
| Binary | 11111111 | 10100001 | 101 | 0 | 100101 | 1100010 | 0 | 100101 | 1100100 | 110011 |
Color Harmonies of #FFA105
Complementary color
Monochromatic Colors of #FFA105
Black with #FFA105
Text Example
Text Example
White with #FFA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA105; }
p { color: rgb(255,161,5); }
H1.HeaderClassName
{
color: #FFA105;
}
.AnyTagClassName
{
color: #FFA105;
}
</style>
background-color css
<style>
a { background-color: #FFA105; }
a { background-color: rgb(255,161,5); }
div.DivClassName
{
background-color: #FFA105;
}
.BgClassName
{
background-color: #FFA105;
}
</style>
border-color css
<style>
span { border-color: #FFA105; }
span { border-color: rgb(255,161,5); }
td.TdClassName
{
border-color: #FFA105;
}
.TagClassName
{
border-color: #FFA105;
}
</style>