Shades of Orange #FFA600
Tints of Orange #FFA600
RGB
CMYK
RGB Variations
Color information
#FFA600 (or 0xFFA600) is known color: Orange. HEX triplet: FF, A6 and 00. RGB value is (255,166,0). Sum of RGB (Red+Green+Blue) = 255+166+0=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA600 is #0059FF. Grayscale: #AEAEAE. Windows color (decimal): -23040 or 42751. OLE color: 42751.
HSL color Cylindrical-coordinate representation of color #FFA600: hue angle of 39.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFA600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0 |
| HSL | 39.06º | 1% | 0.5% | - |
| HSV(B) | 39.06º | 1% | 1% | - |
| XYZ | 54.88 | 48.53 | 6.48 | - |
| YUV | 173.69 | 29.99 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 0 | 0 | 0.35 | 1 | 0 | 39.06 | 1 | 0.5 |
| Hex | FF | A6 | 0 | 0 | 23 | 64 | 0 | 27 | 64 | 32 |
| Octal | 377 | 246 | 0 | 0 | 43 | 144 | 0 | 47 | 144 | 62 |
| Binary | 11111111 | 10100110 | 0 | 0 | 100011 | 1100100 | 0 | 100111 | 1100100 | 110010 |
Color Harmonies of #FFA600
Complementary color
Monochromatic Colors of #FFA600
Black with #FFA600
Text Example
Text Example
White with #FFA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA600; }
p { color: rgb(255,166,0); }
H1.HeaderClassName
{
color: #FFA600;
}
.AnyTagClassName
{
color: #FFA600;
}
</style>
background-color css
<style>
a { background-color: #FFA600; }
a { background-color: rgb(255,166,0); }
div.DivClassName
{
background-color: #FFA600;
}
.BgClassName
{
background-color: #FFA600;
}
</style>
border-color css
<style>
span { border-color: #FFA600; }
span { border-color: rgb(255,166,0); }
td.TdClassName
{
border-color: #FFA600;
}
.TagClassName
{
border-color: #FFA600;
}
</style>