Shades of Yellow Orange #FFAD3E
Tints of Yellow Orange #FFAD3E
RGB
CMYK
RGB Variations
Color information
#FFAD3E (or 0xFFAD3E) is known color: Yellow Orange. HEX triplet: FF, AD and 3E. RGB value is (255,173,62). Sum of RGB (Red+Green+Blue) = 255+173+62=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD3E is #0052C1. Grayscale: #B9B9B9. Windows color (decimal): -21186 or 4107775. OLE color: 4107775.
HSL color Cylindrical-coordinate representation of color #FFAD3E: hue angle of 34.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFAD3E is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 62 | - |
| CMYK | 0 | 0.32 | 0.76 | 0 |
| HSL | 34.51º | 1% | 0.62% | - |
| HSV(B) | 34.51º | 0.76% | 1% | - |
| XYZ | 57.05 | 51.49 | 11.49 | - |
| YUV | 184.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 62 | 0 | 0.32 | 0.76 | 0 | 34.51 | 1 | 0.62 |
| Hex | FF | AD | 3E | 0 | 20 | 4C | 0 | 23 | 64 | 3E |
| Octal | 377 | 255 | 76 | 0 | 40 | 114 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101101 | 111110 | 0 | 100000 | 1001100 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAD3E
Complementary color
Monochromatic Colors of #FFAD3E
Black with #FFAD3E
Text Example
Text Example
White with #FFAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD3E; }
p { color: rgb(255,173,62); }
H1.HeaderClassName
{
color: #FFAD3E;
}
.AnyTagClassName
{
color: #FFAD3E;
}
</style>
background-color css
<style>
a { background-color: #FFAD3E; }
a { background-color: rgb(255,173,62); }
div.DivClassName
{
background-color: #FFAD3E;
}
.BgClassName
{
background-color: #FFAD3E;
}
</style>
border-color css
<style>
span { border-color: #FFAD3E; }
span { border-color: rgb(255,173,62); }
td.TdClassName
{
border-color: #FFAD3E;
}
.TagClassName
{
border-color: #FFAD3E;
}
</style>