#FFA082

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

Shades of Vivid Tangerine #FFA082

Tints of Vivid Tangerine #FFA082

Color information

#FFA082 (or 0xFFA082) is unknown color: approx Vivid Tangerine. HEX triplet: FF, A0 and 82. RGB value is (255,160,130). Sum of RGB (Red+Green+Blue) = 255+160+130=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA082 is #005F7D. Grayscale: #B9B9B9. Windows color (decimal): -24446 or 8560895. OLE color: 8560895.

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

Color convert

RGB255160130-
CMYK00.370.490
HSL14.4º100%75.49%-
HSV(B)14.4º49.02%100%-
XYZ57.8448.0127.34-
YUV184.9896.97177.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=46.79%
G=29.36%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516013000.370.49014.410075.49
HexFFA082025310e644b
Octal37724020204561016144113
Binary11111111101000001000001001001011100010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA082; }

 p { color: rgb(255,160,130); }

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

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

 a { background-color: rgb(255,160,130); }

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

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

 span { border-color: rgb(255,160,130); }

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