Shades of Orange #FFAD05
Tints of Orange #FFAD05
RGB
CMYK
RGB Variations
Color information
#FFAD05 (or 0xFFAD05) is known color: Orange. HEX triplet: FF, AD and 05. RGB value is (255,173,5). Sum of RGB (Red+Green+Blue) = 255+173+5=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD05 is #0052FA. Grayscale: #B3B3B3. Windows color (decimal): -21243 or 372223. OLE color: 372223.
HSL color Cylindrical-coordinate representation of color #FFAD05: hue angle of 40.32º 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 #FFAD05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0 |
| HSL | 40.32º | 1% | 0.51% | - |
| HSV(B) | 40.32º | 0.98% | 1% | - |
| XYZ | 56.21 | 51.16 | 7.06 | - |
| YUV | 178.37 | 30.17 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 5 | 0 | 0.32 | 0.98 | 0 | 40.32 | 1 | 0.51 |
| Hex | FF | AD | 5 | 0 | 20 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 255 | 5 | 0 | 40 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101101 | 101 | 0 | 100000 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAD05
Complementary color
Monochromatic Colors of #FFAD05
Black with #FFAD05
Text Example
Text Example
White with #FFAD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD05; }
p { color: rgb(255,173,5); }
H1.HeaderClassName
{
color: #FFAD05;
}
.AnyTagClassName
{
color: #FFAD05;
}
</style>
background-color css
<style>
a { background-color: #FFAD05; }
a { background-color: rgb(255,173,5); }
div.DivClassName
{
background-color: #FFAD05;
}
.BgClassName
{
background-color: #FFAD05;
}
</style>
border-color css
<style>
span { border-color: #FFAD05; }
span { border-color: rgb(255,173,5); }
td.TdClassName
{
border-color: #FFAD05;
}
.TagClassName
{
border-color: #FFAD05;
}
</style>