#FFAB22

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

Shades of Dark Tangerine #FFAB22

Tints of Dark Tangerine #FFAB22

Color information

#FFAB22 (or 0xFFAB22) is unknown color: approx Dark Tangerine. HEX triplet: FF, AB and 22. RGB value is (255,171,34). Sum of RGB (Red+Green+Blue) = 255+171+34=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB22 is #0054DD. Grayscale: #B5B5B5. Windows color (decimal): -21726 or 2272255. OLE color: 2272255.

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

Color convert

RGB25517134-
CMYK00.330.870
HSL37.19º100%56.67%-
HSV(B)37.19º86.67%100%-
XYZ56.0950.58.3-
YUV180.545.33181.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 34 (13.67% from 255) = 7.39%
R=55.43%
G=37.17%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551713400.330.87037.1910056.67
HexFFAB22021570256439
Octal3772534204112704514471
Binary11111111101010111000100100001101011101001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAB22; }

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

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

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

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

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

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

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

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