Shades of Orange Peel #FFA209
Tints of Orange Peel #FFA209
RGB
CMYK
RGB Variations
Color information
#FFA209 (or 0xFFA209) is known color: Orange Peel. HEX triplet: FF, A2 and 09. RGB value is (255,162,9). Sum of RGB (Red+Green+Blue) = 255+162+9=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA209 is #005DF6. Grayscale: #ADADAD. Windows color (decimal): -24055 or 631551. OLE color: 631551.
HSL color Cylindrical-coordinate representation of color #FFA209: hue angle of 37.32º 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 #FFA209 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0 |
| HSL | 37.32º | 1% | 0.52% | - |
| HSV(B) | 37.32º | 0.96% | 1% | - |
| XYZ | 54.21 | 47.12 | 6.5 | - |
| YUV | 172.37 | 35.81 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 9 | 0 | 0.36 | 0.96 | 0 | 37.32 | 1 | 0.52 |
| Hex | FF | A2 | 9 | 0 | 24 | 60 | 0 | 25 | 64 | 34 |
| Octal | 377 | 242 | 11 | 0 | 44 | 140 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100010 | 1001 | 0 | 100100 | 1100000 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA209
Complementary color
Monochromatic Colors of #FFA209
Black with #FFA209
Text Example
Text Example
White with #FFA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA209; }
p { color: rgb(255,162,9); }
H1.HeaderClassName
{
color: #FFA209;
}
.AnyTagClassName
{
color: #FFA209;
}
</style>
background-color css
<style>
a { background-color: #FFA209; }
a { background-color: rgb(255,162,9); }
div.DivClassName
{
background-color: #FFA209;
}
.BgClassName
{
background-color: #FFA209;
}
</style>
border-color css
<style>
span { border-color: #FFA209; }
span { border-color: rgb(255,162,9); }
td.TdClassName
{
border-color: #FFA209;
}
.TagClassName
{
border-color: #FFA209;
}
</style>