Shades of Orange Peel #FFA009
Tints of Orange Peel #FFA009
RGB
CMYK
RGB Variations
Color information
#FFA009 (or 0xFFA009) is known color: Orange Peel. HEX triplet: FF, A0 and 09. RGB value is (255,160,9). Sum of RGB (Red+Green+Blue) = 255+160+9=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA009 is #005FF6. Grayscale: #ABABAB. Windows color (decimal): -24567 or 631039. OLE color: 631039.
HSL color Cylindrical-coordinate representation of color #FFA009: hue angle of 36.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA009 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0 |
| HSL | 36.83º | 1% | 0.52% | - |
| HSV(B) | 36.83º | 0.96% | 1% | - |
| XYZ | 53.86 | 46.42 | 6.38 | - |
| YUV | 171.19 | 36.47 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 9 | 0 | 0.37 | 0.96 | 0 | 36.83 | 1 | 0.52 |
| Hex | FF | A0 | 9 | 0 | 25 | 60 | 0 | 25 | 64 | 34 |
| Octal | 377 | 240 | 11 | 0 | 45 | 140 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100000 | 1001 | 0 | 100101 | 1100000 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA009
Complementary color
Monochromatic Colors of #FFA009
Black with #FFA009
Text Example
Text Example
White with #FFA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA009; }
p { color: rgb(255,160,9); }
H1.HeaderClassName
{
color: #FFA009;
}
.AnyTagClassName
{
color: #FFA009;
}
</style>
background-color css
<style>
a { background-color: #FFA009; }
a { background-color: rgb(255,160,9); }
div.DivClassName
{
background-color: #FFA009;
}
.BgClassName
{
background-color: #FFA009;
}
</style>
border-color css
<style>
span { border-color: #FFA009; }
span { border-color: rgb(255,160,9); }
td.TdClassName
{
border-color: #FFA009;
}
.TagClassName
{
border-color: #FFA009;
}
</style>