#FF9A80

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

Shades of Vivid Tangerine #FF9A80

Tints of Vivid Tangerine #FF9A80

Color information

#FF9A80 (or 0xFF9A80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9A and 80. RGB value is (255,154,128). Sum of RGB (Red+Green+Blue) = 255+154+128=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A80 is #00657F. Grayscale: #B5B5B5. Windows color (decimal): -25984 or 8428287. OLE color: 8428287.

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

Color convert

RGB255154128-
CMYK00.400.500
HSL12.28º100%75.1%-
HSV(B)12.28º49.8%100%-
XYZ56.6945.9326.3-
YUV181.2497.96180.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=47.49%
G=28.68%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515412800.400.50012.2810075.1
HexFF9A80028320c644b
Octal37723220005062014144113
Binary11111111100110101000000001010001100100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A80; }

 p { color: rgb(255,154,128); }

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

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

 a { background-color: rgb(255,154,128); }

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

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

 span { border-color: rgb(255,154,128); }

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