Shades of Orange #FFAD04
Tints of Orange #FFAD04
RGB
CMYK
RGB Variations
Color information
#FFAD04 (or 0xFFAD04) is known color: Orange. HEX triplet: FF, AD and 04. RGB value is (255,173,4). Sum of RGB (Red+Green+Blue) = 255+173+4=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD04 is #0052FB. Grayscale: #B3B3B3. Windows color (decimal): -21244 or 306687. OLE color: 306687.
HSL color Cylindrical-coordinate representation of color #FFAD04: hue angle of 40.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFAD04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0 |
| HSL | 40.4º | 1% | 0.51% | - |
| HSV(B) | 40.4º | 0.98% | 1% | - |
| XYZ | 56.21 | 51.16 | 7.03 | - |
| YUV | 178.25 | 29.67 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 4 | 0 | 0.32 | 0.98 | 0 | 40.4 | 1 | 0.51 |
| Hex | FF | AD | 4 | 0 | 20 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 255 | 4 | 0 | 40 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101101 | 100 | 0 | 100000 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAD04
Complementary color
Monochromatic Colors of #FFAD04
Black with #FFAD04
Text Example
Text Example
White with #FFAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD04; }
p { color: rgb(255,173,4); }
H1.HeaderClassName
{
color: #FFAD04;
}
.AnyTagClassName
{
color: #FFAD04;
}
</style>
background-color css
<style>
a { background-color: #FFAD04; }
a { background-color: rgb(255,173,4); }
div.DivClassName
{
background-color: #FFAD04;
}
.BgClassName
{
background-color: #FFAD04;
}
</style>
border-color css
<style>
span { border-color: #FFAD04; }
span { border-color: rgb(255,173,4); }
td.TdClassName
{
border-color: #FFAD04;
}
.TagClassName
{
border-color: #FFAD04;
}
</style>