Shades of Orange Peel #FFA104
Tints of Orange Peel #FFA104
RGB
CMYK
RGB Variations
Color information
#FFA104 (or 0xFFA104) is known color: Orange Peel. HEX triplet: FF, A1 and 04. RGB value is (255,161,4). Sum of RGB (Red+Green+Blue) = 255+161+4=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA104 is #005EFB. Grayscale: #ABABAB. Windows color (decimal): -24316 or 303615. OLE color: 303615.
HSL color Cylindrical-coordinate representation of color #FFA104: hue angle of 37.53º 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 #FFA104 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0 |
| HSL | 37.53º | 1% | 0.51% | - |
| HSV(B) | 37.53º | 0.98% | 1% | - |
| XYZ | 54.01 | 46.76 | 6.29 | - |
| YUV | 171.21 | 33.64 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 4 | 0 | 0.37 | 0.98 | 0 | 37.53 | 1 | 0.51 |
| Hex | FF | A1 | 4 | 0 | 25 | 62 | 0 | 26 | 64 | 33 |
| Octal | 377 | 241 | 4 | 0 | 45 | 142 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100001 | 100 | 0 | 100101 | 1100010 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA104
Complementary color
Monochromatic Colors of #FFA104
Black with #FFA104
Text Example
Text Example
White with #FFA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA104; }
p { color: rgb(255,161,4); }
H1.HeaderClassName
{
color: #FFA104;
}
.AnyTagClassName
{
color: #FFA104;
}
</style>
background-color css
<style>
a { background-color: #FFA104; }
a { background-color: rgb(255,161,4); }
div.DivClassName
{
background-color: #FFA104;
}
.BgClassName
{
background-color: #FFA104;
}
</style>
border-color css
<style>
span { border-color: #FFA104; }
span { border-color: rgb(255,161,4); }
td.TdClassName
{
border-color: #FFA104;
}
.TagClassName
{
border-color: #FFA104;
}
</style>