Shades of Yellow Orange #FFAD3B
Tints of Yellow Orange #FFAD3B
RGB
CMYK
RGB Variations
Color information
#FFAD3B (or 0xFFAD3B) is known color: Yellow Orange. HEX triplet: FF, AD and 3B. RGB value is (255,173,59). Sum of RGB (Red+Green+Blue) = 255+173+59=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD3B is #0052C4. Grayscale: #B9B9B9. Windows color (decimal): -21189 or 3911167. OLE color: 3911167.
HSL color Cylindrical-coordinate representation of color #FFAD3B: hue angle of 34.9º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAD3B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 59 | - |
| CMYK | 0 | 0.32 | 0.77 | 0 |
| HSL | 34.9º | 1% | 0.62% | - |
| HSV(B) | 34.9º | 0.77% | 1% | - |
| XYZ | 56.97 | 51.46 | 11.07 | - |
| YUV | 184.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 59 | 0 | 0.32 | 0.77 | 0 | 34.9 | 1 | 0.62 |
| Hex | FF | AD | 3B | 0 | 20 | 4D | 0 | 23 | 64 | 3E |
| Octal | 377 | 255 | 73 | 0 | 40 | 115 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101101 | 111011 | 0 | 100000 | 1001101 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAD3B
Complementary color
Monochromatic Colors of #FFAD3B
Black with #FFAD3B
Text Example
Text Example
White with #FFAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD3B; }
p { color: rgb(255,173,59); }
H1.HeaderClassName
{
color: #FFAD3B;
}
.AnyTagClassName
{
color: #FFAD3B;
}
</style>
background-color css
<style>
a { background-color: #FFAD3B; }
a { background-color: rgb(255,173,59); }
div.DivClassName
{
background-color: #FFAD3B;
}
.BgClassName
{
background-color: #FFAD3B;
}
</style>
border-color css
<style>
span { border-color: #FFAD3B; }
span { border-color: rgb(255,173,59); }
td.TdClassName
{
border-color: #FFAD3B;
}
.TagClassName
{
border-color: #FFAD3B;
}
</style>