Shades of Orange Peel #FFA109
Tints of Orange Peel #FFA109
RGB
CMYK
RGB Variations
Color information
#FFA109 (or 0xFFA109) is known color: Orange Peel. HEX triplet: FF, A1 and 09. RGB value is (255,161,9). Sum of RGB (Red+Green+Blue) = 255+161+9=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA109 is #005EF6. Grayscale: #ACACAC. Windows color (decimal): -24311 or 631295. OLE color: 631295.
HSL color Cylindrical-coordinate representation of color #FFA109: hue angle of 37.07º 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 #FFA109 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0 |
| HSL | 37.07º | 1% | 0.52% | - |
| HSV(B) | 37.07º | 0.96% | 1% | - |
| XYZ | 54.03 | 46.77 | 6.44 | - |
| YUV | 171.78 | 36.14 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 9 | 0 | 0.37 | 0.96 | 0 | 37.07 | 1 | 0.52 |
| Hex | FF | A1 | 9 | 0 | 25 | 60 | 0 | 25 | 64 | 34 |
| Octal | 377 | 241 | 11 | 0 | 45 | 140 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100001 | 1001 | 0 | 100101 | 1100000 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA109
Complementary color
Monochromatic Colors of #FFA109
Black with #FFA109
Text Example
Text Example
White with #FFA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA109; }
p { color: rgb(255,161,9); }
H1.HeaderClassName
{
color: #FFA109;
}
.AnyTagClassName
{
color: #FFA109;
}
</style>
background-color css
<style>
a { background-color: #FFA109; }
a { background-color: rgb(255,161,9); }
div.DivClassName
{
background-color: #FFA109;
}
.BgClassName
{
background-color: #FFA109;
}
</style>
border-color css
<style>
span { border-color: #FFA109; }
span { border-color: rgb(255,161,9); }
td.TdClassName
{
border-color: #FFA109;
}
.TagClassName
{
border-color: #FFA109;
}
</style>