Shades of Orange #FAAD00
Tints of Orange #FAAD00
RGB
CMYK
RGB Variations
Color information
#FAAD00 (or 0xFAAD00) is known color: Orange. HEX triplet: FA, AD and 00. RGB value is (250,173,0). Sum of RGB (Red+Green+Blue) = 250+173+0=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAD00 is #0552FF. Grayscale: #B1B1B1. Windows color (decimal): -348928 or 44538. OLE color: 44538.
HSL color Cylindrical-coordinate representation of color #FAAD00: hue angle of 41.52º 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 #FAAD00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.02 |
| HSL | 41.52º | 1% | 0.49% | - |
| HSV(B) | 41.52º | 1% | 0.98% | - |
| XYZ | 54.37 | 50.21 | 6.83 | - |
| YUV | 176.3 | 28.51 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 0 | 0 | 0.31 | 1 | 0.02 | 41.52 | 1 | 0.49 |
| Hex | FA | AD | 0 | 0 | 1F | 64 | 2 | 2A | 64 | 31 |
| Octal | 372 | 255 | 0 | 0 | 37 | 144 | 2 | 52 | 144 | 61 |
| Binary | 11111010 | 10101101 | 0 | 0 | 11111 | 1100100 | 10 | 101010 | 1100100 | 110001 |
Color Harmonies of #FAAD00
Complementary color
Monochromatic Colors of #FAAD00
Black with #FAAD00
Text Example
Text Example
White with #FAAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAD00; }
p { color: rgb(250,173,0); }
H1.HeaderClassName
{
color: #FAAD00;
}
.AnyTagClassName
{
color: #FAAD00;
}
</style>
background-color css
<style>
a { background-color: #FAAD00; }
a { background-color: rgb(250,173,0); }
div.DivClassName
{
background-color: #FAAD00;
}
.BgClassName
{
background-color: #FAAD00;
}
</style>
border-color css
<style>
span { border-color: #FAAD00; }
span { border-color: rgb(250,173,0); }
td.TdClassName
{
border-color: #FAAD00;
}
.TagClassName
{
border-color: #FAAD00;
}
</style>