Shades of Yellow Orange #FFAD41
Tints of Yellow Orange #FFAD41
RGB
CMYK
RGB Variations
Color information
#FFAD41 (or 0xFFAD41) is known color: Yellow Orange. HEX triplet: FF, AD and 41. RGB value is (255,173,65). Sum of RGB (Red+Green+Blue) = 255+173+65=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD41 is #0052BE. Grayscale: #B9B9B9. Windows color (decimal): -21183 or 4304383. OLE color: 4304383.
HSL color Cylindrical-coordinate representation of color #FFAD41: hue angle of 34.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAD41 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 65 | - |
| CMYK | 0 | 0.32 | 0.75 | 0 |
| HSL | 34.11º | 1% | 0.63% | - |
| HSV(B) | 34.11º | 0.75% | 1% | - |
| XYZ | 57.14 | 51.53 | 11.94 | - |
| YUV | 185.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 65 | 0 | 0.32 | 0.75 | 0 | 34.11 | 1 | 0.63 |
| Hex | FF | AD | 41 | 0 | 20 | 4B | 0 | 22 | 64 | 3F |
| Octal | 377 | 255 | 101 | 0 | 40 | 113 | 0 | 42 | 144 | 77 |
| Binary | 11111111 | 10101101 | 1000001 | 0 | 100000 | 1001011 | 0 | 100010 | 1100100 | 111111 |
Color Harmonies of #FFAD41
Complementary color
Monochromatic Colors of #FFAD41
Black with #FFAD41
Text Example
Text Example
White with #FFAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD41; }
p { color: rgb(255,173,65); }
H1.HeaderClassName
{
color: #FFAD41;
}
.AnyTagClassName
{
color: #FFAD41;
}
</style>
background-color css
<style>
a { background-color: #FFAD41; }
a { background-color: rgb(255,173,65); }
div.DivClassName
{
background-color: #FFAD41;
}
.BgClassName
{
background-color: #FFAD41;
}
</style>
border-color css
<style>
span { border-color: #FFAD41; }
span { border-color: rgb(255,173,65); }
td.TdClassName
{
border-color: #FFAD41;
}
.TagClassName
{
border-color: #FFAD41;
}
</style>