Shades of Orange Peel #FFA10A
Tints of Orange Peel #FFA10A
RGB
CMYK
RGB Variations
Color information
#FFA10A (or 0xFFA10A) is known color: Orange Peel. HEX triplet: FF, A1 and 0A. RGB value is (255,161,10). Sum of RGB (Red+Green+Blue) = 255+161+10=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10A is #005EF5. Grayscale: #ACACAC. Windows color (decimal): -24310 or 696831. OLE color: 696831.
HSL color Cylindrical-coordinate representation of color #FFA10A: hue angle of 36.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA10A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0 |
| HSL | 36.98º | 1% | 0.52% | - |
| HSV(B) | 36.98º | 0.96% | 1% | - |
| XYZ | 54.04 | 46.77 | 6.47 | - |
| YUV | 171.89 | 36.64 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 10 | 0 | 0.37 | 0.96 | 0 | 36.98 | 1 | 0.52 |
| Hex | FF | A1 | A | 0 | 25 | 60 | 0 | 25 | 64 | 34 |
| Octal | 377 | 241 | 12 | 0 | 45 | 140 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100001 | 1010 | 0 | 100101 | 1100000 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA10A
Complementary color
Monochromatic Colors of #FFA10A
Black with #FFA10A
Text Example
Text Example
White with #FFA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA10A; }
p { color: rgb(255,161,10); }
H1.HeaderClassName
{
color: #FFA10A;
}
.AnyTagClassName
{
color: #FFA10A;
}
</style>
background-color css
<style>
a { background-color: #FFA10A; }
a { background-color: rgb(255,161,10); }
div.DivClassName
{
background-color: #FFA10A;
}
.BgClassName
{
background-color: #FFA10A;
}
</style>
border-color css
<style>
span { border-color: #FFA10A; }
span { border-color: rgb(255,161,10); }
td.TdClassName
{
border-color: #FFA10A;
}
.TagClassName
{
border-color: #FFA10A;
}
</style>