#FF9B80

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

Shades of Vivid Tangerine #FF9B80

Tints of Vivid Tangerine #FF9B80

Color information

#FF9B80 (or 0xFF9B80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9B and 80. RGB value is (255,155,128). Sum of RGB (Red+Green+Blue) = 255+155+128=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B80 is #00647F. Grayscale: #B6B6B6. Windows color (decimal): -25728 or 8428543. OLE color: 8428543.

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

Color convert

RGB255155128-
CMYK00.390.500
HSL12.76º100%75.1%-
HSV(B)12.76º49.8%100%-
XYZ56.8646.2626.35-
YUV181.8297.63180.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=47.40%
G=28.81%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515512800.390.50012.7610075.1
HexFF9B80027320d644b
Octal37723320004762015144113
Binary11111111100110111000000001001111100100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B80; }

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

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

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

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

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

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

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

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