Shades of Yellow Orange #FFAD3D
Tints of Yellow Orange #FFAD3D
RGB
CMYK
RGB Variations
Color information
#FFAD3D (or 0xFFAD3D) is known color: Yellow Orange. HEX triplet: FF, AD and 3D. RGB value is (255,173,61). Sum of RGB (Red+Green+Blue) = 255+173+61=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD3D is #0052C2. Grayscale: #B9B9B9. Windows color (decimal): -21187 or 4042239. OLE color: 4042239.
HSL color Cylindrical-coordinate representation of color #FFAD3D: hue angle of 34.64º 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 #FFAD3D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 61 | - |
| CMYK | 0 | 0.32 | 0.76 | 0 |
| HSL | 34.64º | 1% | 0.62% | - |
| HSV(B) | 34.64º | 0.76% | 1% | - |
| XYZ | 57.03 | 51.48 | 11.35 | - |
| YUV | 184.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 61 | 0 | 0.32 | 0.76 | 0 | 34.64 | 1 | 0.62 |
| Hex | FF | AD | 3D | 0 | 20 | 4C | 0 | 23 | 64 | 3E |
| Octal | 377 | 255 | 75 | 0 | 40 | 114 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101101 | 111101 | 0 | 100000 | 1001100 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAD3D
Complementary color
Monochromatic Colors of #FFAD3D
Black with #FFAD3D
Text Example
Text Example
White with #FFAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD3D; }
p { color: rgb(255,173,61); }
H1.HeaderClassName
{
color: #FFAD3D;
}
.AnyTagClassName
{
color: #FFAD3D;
}
</style>
background-color css
<style>
a { background-color: #FFAD3D; }
a { background-color: rgb(255,173,61); }
div.DivClassName
{
background-color: #FFAD3D;
}
.BgClassName
{
background-color: #FFAD3D;
}
</style>
border-color css
<style>
span { border-color: #FFAD3D; }
span { border-color: rgb(255,173,61); }
td.TdClassName
{
border-color: #FFAD3D;
}
.TagClassName
{
border-color: #FFAD3D;
}
</style>