Shades of Orange #FDAD00
Tints of Orange #FDAD00
RGB
CMYK
RGB Variations
Color information
#FDAD00 (or 0xFDAD00) is known color: Orange. HEX triplet: FD, AD and 00. RGB value is (253,173,0). Sum of RGB (Red+Green+Blue) = 253+173+0=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD00 is #0252FF. Grayscale: #B1B1B1. Windows color (decimal): -152320 or 44541. OLE color: 44541.
HSL color Cylindrical-coordinate representation of color #FDAD00: hue angle of 41.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDAD00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.01 |
| HSL | 41.03º | 1% | 0.5% | - |
| HSV(B) | 41.03º | 1% | 0.99% | - |
| XYZ | 55.45 | 50.77 | 6.88 | - |
| YUV | 177.2 | 28 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 0 | 0 | 0.32 | 1 | 0.01 | 41.03 | 1 | 0.5 |
| Hex | FD | AD | 0 | 0 | 20 | 64 | 1 | 29 | 64 | 32 |
| Octal | 375 | 255 | 0 | 0 | 40 | 144 | 1 | 51 | 144 | 62 |
| Binary | 11111101 | 10101101 | 0 | 0 | 100000 | 1100100 | 1 | 101001 | 1100100 | 110010 |
Color Harmonies of #FDAD00
Complementary color
Monochromatic Colors of #FDAD00
Black with #FDAD00
Text Example
Text Example
White with #FDAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAD00; }
p { color: rgb(253,173,0); }
H1.HeaderClassName
{
color: #FDAD00;
}
.AnyTagClassName
{
color: #FDAD00;
}
</style>
background-color css
<style>
a { background-color: #FDAD00; }
a { background-color: rgb(253,173,0); }
div.DivClassName
{
background-color: #FDAD00;
}
.BgClassName
{
background-color: #FDAD00;
}
</style>
border-color css
<style>
span { border-color: #FDAD00; }
span { border-color: rgb(253,173,0); }
td.TdClassName
{
border-color: #FDAD00;
}
.TagClassName
{
border-color: #FDAD00;
}
</style>