Shades of Orange Peel #FFA004
Tints of Orange Peel #FFA004
RGB
CMYK
RGB Variations
Color information
#FFA004 (or 0xFFA004) is known color: Orange Peel. HEX triplet: FF, A0 and 04. RGB value is (255,160,4). Sum of RGB (Red+Green+Blue) = 255+160+4=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA004 is #005FFB. Grayscale: #ABABAB. Windows color (decimal): -24572 or 303359. OLE color: 303359.
HSL color Cylindrical-coordinate representation of color #FFA004: hue angle of 37.29º 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 #FFA004 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0 |
| HSL | 37.29º | 1% | 0.51% | - |
| HSV(B) | 37.29º | 0.98% | 1% | - |
| XYZ | 53.83 | 46.41 | 6.24 | - |
| YUV | 170.62 | 33.97 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 4 | 0 | 0.37 | 0.98 | 0 | 37.29 | 1 | 0.51 |
| Hex | FF | A0 | 4 | 0 | 25 | 62 | 0 | 25 | 64 | 33 |
| Octal | 377 | 240 | 4 | 0 | 45 | 142 | 0 | 45 | 144 | 63 |
| Binary | 11111111 | 10100000 | 100 | 0 | 100101 | 1100010 | 0 | 100101 | 1100100 | 110011 |
Color Harmonies of #FFA004
Complementary color
Monochromatic Colors of #FFA004
Black with #FFA004
Text Example
Text Example
White with #FFA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA004; }
p { color: rgb(255,160,4); }
H1.HeaderClassName
{
color: #FFA004;
}
.AnyTagClassName
{
color: #FFA004;
}
</style>
background-color css
<style>
a { background-color: #FFA004; }
a { background-color: rgb(255,160,4); }
div.DivClassName
{
background-color: #FFA004;
}
.BgClassName
{
background-color: #FFA004;
}
</style>
border-color css
<style>
span { border-color: #FFA004; }
span { border-color: rgb(255,160,4); }
td.TdClassName
{
border-color: #FFA004;
}
.TagClassName
{
border-color: #FFA004;
}
</style>