#FF9B82

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

Shades of Vivid Tangerine #FF9B82

Tints of Vivid Tangerine #FF9B82

Color information

#FF9B82 (or 0xFF9B82) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9B and 82. RGB value is (255,155,130). Sum of RGB (Red+Green+Blue) = 255+155+130=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B82 is #00647D. Grayscale: #B6B6B6. Windows color (decimal): -25726 or 8559615. OLE color: 8559615.

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

Color convert

RGB255155130-
CMYK00.390.490
HSL12º100%75.49%-
HSV(B)12º49.02%100%-
XYZ56.9946.3127.05-
YUV182.0598.63180.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=47.22%
G=28.70%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515513000.390.4901210075.49
HexFF9B82027310c644b
Octal37723320204761014144113
Binary11111111100110111000001001001111100010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B82; }

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

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

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

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

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

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

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

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