Shades of Yellow Orange #FFAA44
Tints of Yellow Orange #FFAA44
RGB
CMYK
RGB Variations
Color information
#FFAA44 (or 0xFFAA44) is known color: Yellow Orange. HEX triplet: FF, AA and 44. RGB value is (255,170,68). Sum of RGB (Red+Green+Blue) = 255+170+68=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA44 is #0055BB. Grayscale: #B8B8B8. Windows color (decimal): -21948 or 4500223. OLE color: 4500223.
HSL color Cylindrical-coordinate representation of color #FFAA44: hue angle of 32.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFAA44 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 68 | - |
| CMYK | 0 | 0.33 | 0.73 | 0 |
| HSL | 32.73º | 1% | 0.63% | - |
| HSV(B) | 32.73º | 0.73% | 1% | - |
| XYZ | 56.66 | 50.43 | 12.22 | - |
| YUV | 183.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 68 | 0 | 0.33 | 0.73 | 0 | 32.73 | 1 | 0.63 |
| Hex | FF | AA | 44 | 0 | 21 | 49 | 0 | 21 | 64 | 3F |
| Octal | 377 | 252 | 104 | 0 | 41 | 111 | 0 | 41 | 144 | 77 |
| Binary | 11111111 | 10101010 | 1000100 | 0 | 100001 | 1001001 | 0 | 100001 | 1100100 | 111111 |
Color Harmonies of #FFAA44
Complementary color
Monochromatic Colors of #FFAA44
Black with #FFAA44
Text Example
Text Example
White with #FFAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA44; }
p { color: rgb(255,170,68); }
H1.HeaderClassName
{
color: #FFAA44;
}
.AnyTagClassName
{
color: #FFAA44;
}
</style>
background-color css
<style>
a { background-color: #FFAA44; }
a { background-color: rgb(255,170,68); }
div.DivClassName
{
background-color: #FFAA44;
}
.BgClassName
{
background-color: #FFAA44;
}
</style>
border-color css
<style>
span { border-color: #FFAA44; }
span { border-color: rgb(255,170,68); }
td.TdClassName
{
border-color: #FFAA44;
}
.TagClassName
{
border-color: #FFAA44;
}
</style>