Shades of Orange #FAA700
Tints of Orange #FAA700
RGB
CMYK
RGB Variations
Color information
#FAA700 (or 0xFAA700) is known color: Orange. HEX triplet: FA, A7 and 00. RGB value is (250,167,0). Sum of RGB (Red+Green+Blue) = 250+167+0=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA700 is #0558FF. Grayscale: #ADADAD. Windows color (decimal): -350464 or 43002. OLE color: 43002.
HSL color Cylindrical-coordinate representation of color #FAA700: hue angle of 40.08º 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 #FAA700 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.02 |
| HSL | 40.08º | 1% | 0.49% | - |
| HSV(B) | 40.08º | 1% | 0.98% | - |
| XYZ | 53.24 | 47.96 | 6.45 | - |
| YUV | 172.78 | 30.5 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 0 | 0 | 0.33 | 1 | 0.02 | 40.08 | 1 | 0.49 |
| Hex | FA | A7 | 0 | 0 | 21 | 64 | 2 | 28 | 64 | 31 |
| Octal | 372 | 247 | 0 | 0 | 41 | 144 | 2 | 50 | 144 | 61 |
| Binary | 11111010 | 10100111 | 0 | 0 | 100001 | 1100100 | 10 | 101000 | 1100100 | 110001 |
Color Harmonies of #FAA700
Complementary color
Monochromatic Colors of #FAA700
Black with #FAA700
Text Example
Text Example
White with #FAA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA700; }
p { color: rgb(250,167,0); }
H1.HeaderClassName
{
color: #FAA700;
}
.AnyTagClassName
{
color: #FAA700;
}
</style>
background-color css
<style>
a { background-color: #FAA700; }
a { background-color: rgb(250,167,0); }
div.DivClassName
{
background-color: #FAA700;
}
.BgClassName
{
background-color: #FAA700;
}
</style>
border-color css
<style>
span { border-color: #FAA700; }
span { border-color: rgb(250,167,0); }
td.TdClassName
{
border-color: #FAA700;
}
.TagClassName
{
border-color: #FAA700;
}
</style>