Shades of Orange Peel #FFA008
Tints of Orange Peel #FFA008
RGB
CMYK
RGB Variations
Color information
#FFA008 (or 0xFFA008) is known color: Orange Peel. HEX triplet: FF, A0 and 08. RGB value is (255,160,8). Sum of RGB (Red+Green+Blue) = 255+160+8=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA008 is #005FF7. Grayscale: #ABABAB. Windows color (decimal): -24568 or 565503. OLE color: 565503.
HSL color Cylindrical-coordinate representation of color #FFA008: hue angle of 36.92º 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 #FFA008 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 8 | - |
| CMYK | 0 | 0.37 | 0.97 | 0 |
| HSL | 36.92º | 1% | 0.52% | - |
| HSV(B) | 36.92º | 0.97% | 1% | - |
| XYZ | 53.85 | 46.42 | 6.35 | - |
| YUV | 171.08 | 35.97 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 8 | 0 | 0.37 | 0.97 | 0 | 36.92 | 1 | 0.52 |
| Hex | FF | A0 | 8 | 0 | 25 | 61 | 0 | 25 | 64 | 34 |
| Octal | 377 | 240 | 10 | 0 | 45 | 141 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100000 | 1000 | 0 | 100101 | 1100001 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA008
Complementary color
Monochromatic Colors of #FFA008
Black with #FFA008
Text Example
Text Example
White with #FFA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA008; }
p { color: rgb(255,160,8); }
H1.HeaderClassName
{
color: #FFA008;
}
.AnyTagClassName
{
color: #FFA008;
}
</style>
background-color css
<style>
a { background-color: #FFA008; }
a { background-color: rgb(255,160,8); }
div.DivClassName
{
background-color: #FFA008;
}
.BgClassName
{
background-color: #FFA008;
}
</style>
border-color css
<style>
span { border-color: #FFA008; }
span { border-color: rgb(255,160,8); }
td.TdClassName
{
border-color: #FFA008;
}
.TagClassName
{
border-color: #FFA008;
}
</style>