Shades of Orange #FAA600
Tints of Orange #FAA600
RGB
CMYK
RGB Variations
Color information
#FAA600 (or 0xFAA600) is known color: Orange. HEX triplet: FA, A6 and 00. RGB value is (250,166,0). Sum of RGB (Red+Green+Blue) = 250+166+0=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA600 is #0559FF. Grayscale: #ACACAC. Windows color (decimal): -350720 or 42746. OLE color: 42746.
HSL color Cylindrical-coordinate representation of color #FAA600: hue angle of 39.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAA600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.02 |
| HSL | 39.84º | 1% | 0.49% | - |
| HSV(B) | 39.84º | 1% | 0.98% | - |
| XYZ | 53.06 | 47.6 | 6.39 | - |
| YUV | 172.19 | 30.83 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 0 | 0 | 0.34 | 1 | 0.02 | 39.84 | 1 | 0.49 |
| Hex | FA | A6 | 0 | 0 | 22 | 64 | 2 | 28 | 64 | 31 |
| Octal | 372 | 246 | 0 | 0 | 42 | 144 | 2 | 50 | 144 | 61 |
| Binary | 11111010 | 10100110 | 0 | 0 | 100010 | 1100100 | 10 | 101000 | 1100100 | 110001 |
Color Harmonies of #FAA600
Complementary color
Monochromatic Colors of #FAA600
Black with #FAA600
Text Example
Text Example
White with #FAA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA600; }
p { color: rgb(250,166,0); }
H1.HeaderClassName
{
color: #FAA600;
}
.AnyTagClassName
{
color: #FAA600;
}
</style>
background-color css
<style>
a { background-color: #FAA600; }
a { background-color: rgb(250,166,0); }
div.DivClassName
{
background-color: #FAA600;
}
.BgClassName
{
background-color: #FAA600;
}
</style>
border-color css
<style>
span { border-color: #FAA600; }
span { border-color: rgb(250,166,0); }
td.TdClassName
{
border-color: #FAA600;
}
.TagClassName
{
border-color: #FAA600;
}
</style>