Shades of Orange #FFA606
Tints of Orange #FFA606
RGB
CMYK
RGB Variations
Color information
#FFA606 (or 0xFFA606) is known color: Orange. HEX triplet: FF, A6 and 06. RGB value is (255,166,6). Sum of RGB (Red+Green+Blue) = 255+166+6=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA606 is #0059F9. Grayscale: #AFAFAF. Windows color (decimal): -23034 or 435967. OLE color: 435967.
HSL color Cylindrical-coordinate representation of color #FFA606: hue angle of 38.55º 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 #FFA606 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 6 | - |
| CMYK | 0 | 0.35 | 0.98 | 0 |
| HSL | 38.55º | 1% | 0.51% | - |
| HSV(B) | 38.55º | 0.98% | 1% | - |
| XYZ | 54.91 | 48.55 | 6.65 | - |
| YUV | 174.37 | 32.99 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 6 | 0 | 0.35 | 0.98 | 0 | 38.55 | 1 | 0.51 |
| Hex | FF | A6 | 6 | 0 | 23 | 62 | 0 | 27 | 64 | 33 |
| Octal | 377 | 246 | 6 | 0 | 43 | 142 | 0 | 47 | 144 | 63 |
| Binary | 11111111 | 10100110 | 110 | 0 | 100011 | 1100010 | 0 | 100111 | 1100100 | 110011 |
Color Harmonies of #FFA606
Complementary color
Monochromatic Colors of #FFA606
Black with #FFA606
Text Example
Text Example
White with #FFA606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA606; }
p { color: rgb(255,166,6); }
H1.HeaderClassName
{
color: #FFA606;
}
.AnyTagClassName
{
color: #FFA606;
}
</style>
background-color css
<style>
a { background-color: #FFA606; }
a { background-color: rgb(255,166,6); }
div.DivClassName
{
background-color: #FFA606;
}
.BgClassName
{
background-color: #FFA606;
}
</style>
border-color css
<style>
span { border-color: #FFA606; }
span { border-color: rgb(255,166,6); }
td.TdClassName
{
border-color: #FFA606;
}
.TagClassName
{
border-color: #FFA606;
}
</style>