Shades of Orange Peel #FFA108
Tints of Orange Peel #FFA108
RGB
CMYK
RGB Variations
Color information
#FFA108 (or 0xFFA108) is known color: Orange Peel. HEX triplet: FF, A1 and 08. RGB value is (255,161,8). Sum of RGB (Red+Green+Blue) = 255+161+8=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA108 is #005EF7. Grayscale: #ACACAC. Windows color (decimal): -24312 or 565759. OLE color: 565759.
HSL color Cylindrical-coordinate representation of color #FFA108: hue angle of 37.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA108 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 8 | - |
| CMYK | 0 | 0.37 | 0.97 | 0 |
| HSL | 37.17º | 1% | 0.52% | - |
| HSV(B) | 37.17º | 0.97% | 1% | - |
| XYZ | 54.03 | 46.77 | 6.41 | - |
| YUV | 171.66 | 35.64 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 8 | 0 | 0.37 | 0.97 | 0 | 37.17 | 1 | 0.52 |
| Hex | FF | A1 | 8 | 0 | 25 | 61 | 0 | 25 | 64 | 34 |
| Octal | 377 | 241 | 10 | 0 | 45 | 141 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100001 | 1000 | 0 | 100101 | 1100001 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA108
Complementary color
Monochromatic Colors of #FFA108
Black with #FFA108
Text Example
Text Example
White with #FFA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA108; }
p { color: rgb(255,161,8); }
H1.HeaderClassName
{
color: #FFA108;
}
.AnyTagClassName
{
color: #FFA108;
}
</style>
background-color css
<style>
a { background-color: #FFA108; }
a { background-color: rgb(255,161,8); }
div.DivClassName
{
background-color: #FFA108;
}
.BgClassName
{
background-color: #FFA108;
}
</style>
border-color css
<style>
span { border-color: #FFA108; }
span { border-color: rgb(255,161,8); }
td.TdClassName
{
border-color: #FFA108;
}
.TagClassName
{
border-color: #FFA108;
}
</style>