#FFA622

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

Shades of Dark Tangerine #FFA622

Tints of Dark Tangerine #FFA622

Color information

#FFA622 (or 0xFFA622) is unknown color: approx Dark Tangerine. HEX triplet: FF, A6 and 22. RGB value is (255,166,34). Sum of RGB (Red+Green+Blue) = 255+166+34=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA622 is #0059DD. Grayscale: #B2B2B2. Windows color (decimal): -23006 or 2270975. OLE color: 2270975.

HSL color Cylindrical-coordinate representation of color #FFA622: hue angle of 35.84º 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 #FFA622 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25516634-
CMYK00.350.870
HSL35.84º100%56.67%-
HSV(B)35.84º86.67%100%-
XYZ55.1648.658-
YUV177.5646.99183.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 34 (13.67% from 255) = 7.47%
R=56.04%
G=36.48%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551663400.350.87035.8410056.67
HexFFA622023570246439
Octal3772464204312704414471
Binary11111111101001101000100100011101011101001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA622; }

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

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

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

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

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

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

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

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