#FFAA22

Color #FFAA22 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FFAA22

Tints of Dark Tangerine #FFAA22

Color information

#FFAA22 (or 0xFFAA22) is unknown color: approx Dark Tangerine. HEX triplet: FF, AA and 22. RGB value is (255,170,34). Sum of RGB (Red+Green+Blue) = 255+170+34=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA22 is #0055DD. Grayscale: #B4B4B4. Windows color (decimal): -21982 or 2271999. OLE color: 2271999.

HSL color Cylindrical-coordinate representation of color #FFAA22: hue angle of 36.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAA22 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25517034-
CMYK00.330.870
HSL36.92º100%56.67%-
HSV(B)36.92º86.67%100%-
XYZ55.950.128.24-
YUV179.9145.66181.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 34 (13.67% from 255) = 7.41%
R=55.56%
G=37.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551703400.330.87036.9210056.67
HexFFAA22021570256439
Octal3772524204112704514471
Binary11111111101010101000100100001101011101001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA22; }

 p { color: rgb(255,170,34); }

 H1.HeaderClassName
 {
   color: #FFAA22;
 }
 .AnyTagClassName
 {
   color: #FFAA22;
 }
</style>
background-color css

<style>
 a { background-color: #FFAA22; }

 a { background-color: rgb(255,170,34); }

 div.DivClassName
 {
   background-color: #FFAA22;
 }
 .BgClassName
 {
   background-color: #FFAA22;
 }
</style>
border-color css

<style>
 span { border-color: #FFAA22; }

 span { border-color: rgb(255,170,34); }

 td.TdClassName
 {
   border-color: #FFAA22;
 }
 .TagClassName
 {
   border-color: #FFAA22;
 }
</style>