Shades of Orange Peel #FFA102
Tints of Orange Peel #FFA102
RGB
CMYK
RGB Variations
Color information
#FFA102 (or 0xFFA102) is known color: Orange Peel. HEX triplet: FF, A1 and 02. RGB value is (255,161,2). Sum of RGB (Red+Green+Blue) = 255+161+2=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA102 is #005EFD. Grayscale: #ABABAB. Windows color (decimal): -24318 or 172543. OLE color: 172543.
HSL color Cylindrical-coordinate representation of color #FFA102: hue angle of 37.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFA102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0 |
| HSL | 37.71º | 1% | 0.5% | - |
| HSV(B) | 37.71º | 0.99% | 1% | - |
| XYZ | 54 | 46.75 | 6.24 | - |
| YUV | 170.98 | 32.64 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 2 | 0 | 0.37 | 0.99 | 0 | 37.71 | 1 | 0.5 |
| Hex | FF | A1 | 2 | 0 | 25 | 63 | 0 | 26 | 64 | 32 |
| Octal | 377 | 241 | 2 | 0 | 45 | 143 | 0 | 46 | 144 | 62 |
| Binary | 11111111 | 10100001 | 10 | 0 | 100101 | 1100011 | 0 | 100110 | 1100100 | 110010 |
Color Harmonies of #FFA102
Complementary color
Monochromatic Colors of #FFA102
Black with #FFA102
Text Example
Text Example
White with #FFA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA102; }
p { color: rgb(255,161,2); }
H1.HeaderClassName
{
color: #FFA102;
}
.AnyTagClassName
{
color: #FFA102;
}
</style>
background-color css
<style>
a { background-color: #FFA102; }
a { background-color: rgb(255,161,2); }
div.DivClassName
{
background-color: #FFA102;
}
.BgClassName
{
background-color: #FFA102;
}
</style>
border-color css
<style>
span { border-color: #FFA102; }
span { border-color: rgb(255,161,2); }
td.TdClassName
{
border-color: #FFA102;
}
.TagClassName
{
border-color: #FFA102;
}
</style>