Shades of Yellow Orange #FFAD3A
Tints of Yellow Orange #FFAD3A
RGB
CMYK
RGB Variations
Color information
#FFAD3A (or 0xFFAD3A) is known color: Yellow Orange. HEX triplet: FF, AD and 3A. RGB value is (255,173,58). Sum of RGB (Red+Green+Blue) = 255+173+58=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD3A is #0052C5. Grayscale: #B8B8B8. Windows color (decimal): -21190 or 3845631. OLE color: 3845631.
HSL color Cylindrical-coordinate representation of color #FFAD3A: hue angle of 35.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAD3A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 58 | - |
| CMYK | 0 | 0.32 | 0.77 | 0 |
| HSL | 35.03º | 1% | 0.61% | - |
| HSV(B) | 35.03º | 0.77% | 1% | - |
| XYZ | 56.95 | 51.45 | 10.93 | - |
| YUV | 184.41 | 56.67 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 58 | 0 | 0.32 | 0.77 | 0 | 35.03 | 1 | 0.61 |
| Hex | FF | AD | 3A | 0 | 20 | 4D | 0 | 23 | 64 | 3D |
| Octal | 377 | 255 | 72 | 0 | 40 | 115 | 0 | 43 | 144 | 75 |
| Binary | 11111111 | 10101101 | 111010 | 0 | 100000 | 1001101 | 0 | 100011 | 1100100 | 111101 |
Color Harmonies of #FFAD3A
Complementary color
Monochromatic Colors of #FFAD3A
Black with #FFAD3A
Text Example
Text Example
White with #FFAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD3A; }
p { color: rgb(255,173,58); }
H1.HeaderClassName
{
color: #FFAD3A;
}
.AnyTagClassName
{
color: #FFAD3A;
}
</style>
background-color css
<style>
a { background-color: #FFAD3A; }
a { background-color: rgb(255,173,58); }
div.DivClassName
{
background-color: #FFAD3A;
}
.BgClassName
{
background-color: #FFAD3A;
}
</style>
border-color css
<style>
span { border-color: #FFAD3A; }
span { border-color: rgb(255,173,58); }
td.TdClassName
{
border-color: #FFAD3A;
}
.TagClassName
{
border-color: #FFAD3A;
}
</style>