Shades of Orange #FFA605
Tints of Orange #FFA605
RGB
CMYK
RGB Variations
Color information
#FFA605 (or 0xFFA605) is known color: Orange. HEX triplet: FF, A6 and 05. RGB value is (255,166,5). Sum of RGB (Red+Green+Blue) = 255+166+5=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA605 is #0059FA. Grayscale: #AEAEAE. Windows color (decimal): -23035 or 370431. OLE color: 370431.
HSL color Cylindrical-coordinate representation of color #FFA605: hue angle of 38.64º 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 #FFA605 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0 |
| HSL | 38.64º | 1% | 0.51% | - |
| HSV(B) | 38.64º | 0.98% | 1% | - |
| XYZ | 54.9 | 48.54 | 6.62 | - |
| YUV | 174.26 | 32.49 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 5 | 0 | 0.35 | 0.98 | 0 | 38.64 | 1 | 0.51 |
| Hex | FF | A6 | 5 | 0 | 23 | 62 | 0 | 27 | 64 | 33 |
| Octal | 377 | 246 | 5 | 0 | 43 | 142 | 0 | 47 | 144 | 63 |
| Binary | 11111111 | 10100110 | 101 | 0 | 100011 | 1100010 | 0 | 100111 | 1100100 | 110011 |
Color Harmonies of #FFA605
Complementary color
Monochromatic Colors of #FFA605
Black with #FFA605
Text Example
Text Example
White with #FFA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA605; }
p { color: rgb(255,166,5); }
H1.HeaderClassName
{
color: #FFA605;
}
.AnyTagClassName
{
color: #FFA605;
}
</style>
background-color css
<style>
a { background-color: #FFA605; }
a { background-color: rgb(255,166,5); }
div.DivClassName
{
background-color: #FFA605;
}
.BgClassName
{
background-color: #FFA605;
}
</style>
border-color css
<style>
span { border-color: #FFA605; }
span { border-color: rgb(255,166,5); }
td.TdClassName
{
border-color: #FFA605;
}
.TagClassName
{
border-color: #FFA605;
}
</style>