Shades of Orange #FFAD00
Tints of Orange #FFAD00
RGB
CMYK
RGB Variations
Color information
#FFAD00 (or 0xFFAD00) is known color: Orange. HEX triplet: FF, AD and 00. RGB value is (255,173,0). Sum of RGB (Red+Green+Blue) = 255+173+0=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD00 is #0052FF. Grayscale: #B2B2B2. Windows color (decimal): -21248 or 44543. OLE color: 44543.
HSL color Cylindrical-coordinate representation of color #FFAD00: hue angle of 40.71º 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 #FFAD00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0 |
| HSL | 40.71º | 1% | 0.5% | - |
| HSV(B) | 40.71º | 1% | 1% | - |
| XYZ | 56.18 | 51.15 | 6.91 | - |
| YUV | 177.8 | 27.67 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 0 | 0 | 0.32 | 1 | 0 | 40.71 | 1 | 0.5 |
| Hex | FF | AD | 0 | 0 | 20 | 64 | 0 | 29 | 64 | 32 |
| Octal | 377 | 255 | 0 | 0 | 40 | 144 | 0 | 51 | 144 | 62 |
| Binary | 11111111 | 10101101 | 0 | 0 | 100000 | 1100100 | 0 | 101001 | 1100100 | 110010 |
Color Harmonies of #FFAD00
Complementary color
Monochromatic Colors of #FFAD00
Black with #FFAD00
Text Example
Text Example
White with #FFAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD00; }
p { color: rgb(255,173,0); }
H1.HeaderClassName
{
color: #FFAD00;
}
.AnyTagClassName
{
color: #FFAD00;
}
</style>
background-color css
<style>
a { background-color: #FFAD00; }
a { background-color: rgb(255,173,0); }
div.DivClassName
{
background-color: #FFAD00;
}
.BgClassName
{
background-color: #FFAD00;
}
</style>
border-color css
<style>
span { border-color: #FFAD00; }
span { border-color: rgb(255,173,0); }
td.TdClassName
{
border-color: #FFAD00;
}
.TagClassName
{
border-color: #FFAD00;
}
</style>