Html Css Color HEX #FFAA20 Dark Tangerine

📋 copy color: '#FFAA20'

red 255 ◦ green 170 ◦ blue 32

#FFAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FFAA20

Tints of Dark Tangerine #FFAA20

RGB

 RED value IS 255 (100% from 255) = 55.8%

 GREEN value IS 170 (66.8% from 255) = 37.2%

 BLUE value IS 32 (12.89% from 255) = 7%

R = 55.8%
G = 37.2%
B = 7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFAA20 (or 0xFFAA20) is known color: Dark Tangerine. HEX triplet: FF, AA and 20. RGB value is (255,170,32). Sum of RGB (Red+Green+Blue) = 255+170+32=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA20 is #0055DF. Grayscale: #B4B4B4. Windows color (decimal): -21984 or 2140927. OLE color: 2140927.

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

Color convert

RGB 255 170 32 -
CMYK 0 0.33 0.87 0
HSL 37.13º 1% 0.56% -
HSV(B) 37.13º 0.87% 1% -
XYZ 55.88 50.11 8.09 -
YUV 179.68 44.66 181.72 -
System Red Green Blue C M Y K H S L
Decimal 255 170 32 0 0.33 0.87 0 37.13 1 0.56
Hex FF AA 20 0 21 57 0 25 64 38
Octal 377 252 40 0 41 127 0 45 144 70
Binary 11111111 10101010 100000 0 100001 1010111 0 100101 1100100 111000

Color Harmonies of #FFAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA20

Black with #FFAA20

Text Example


Text Example

White with #FFAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA20; }

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

 H1.HeaderClassName
 {
   color: #FFAA20;
 }
 .AnyTagClassName
 {
   color: #FFAA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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