Shades of Orange #FFA905
Tints of Orange #FFA905
RGB
CMYK
RGB Variations
Color information
#FFA905 (or 0xFFA905) is known color: Orange. HEX triplet: FF, A9 and 05. RGB value is (255,169,5). Sum of RGB (Red+Green+Blue) = 255+169+5=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA905 is #0056FA. Grayscale: #B0B0B0. Windows color (decimal): -22267 or 371199. OLE color: 371199.
HSL color Cylindrical-coordinate representation of color #FFA905: hue angle of 39.36º 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 #FFA905 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0 |
| HSL | 39.36º | 1% | 0.51% | - |
| HSV(B) | 39.36º | 0.98% | 1% | - |
| XYZ | 55.46 | 49.65 | 6.8 | - |
| YUV | 176.02 | 31.49 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 5 | 0 | 0.34 | 0.98 | 0 | 39.36 | 1 | 0.51 |
| Hex | FF | A9 | 5 | 0 | 22 | 62 | 0 | 27 | 64 | 33 |
| Octal | 377 | 251 | 5 | 0 | 42 | 142 | 0 | 47 | 144 | 63 |
| Binary | 11111111 | 10101001 | 101 | 0 | 100010 | 1100010 | 0 | 100111 | 1100100 | 110011 |
Color Harmonies of #FFA905
Complementary color
Monochromatic Colors of #FFA905
Black with #FFA905
Text Example
Text Example
White with #FFA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA905; }
p { color: rgb(255,169,5); }
H1.HeaderClassName
{
color: #FFA905;
}
.AnyTagClassName
{
color: #FFA905;
}
</style>
background-color css
<style>
a { background-color: #FFA905; }
a { background-color: rgb(255,169,5); }
div.DivClassName
{
background-color: #FFA905;
}
.BgClassName
{
background-color: #FFA905;
}
</style>
border-color css
<style>
span { border-color: #FFA905; }
span { border-color: rgb(255,169,5); }
td.TdClassName
{
border-color: #FFA905;
}
.TagClassName
{
border-color: #FFA905;
}
</style>