#FF9582

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

Shades of Vivid Tangerine #FF9582

Tints of Vivid Tangerine #FF9582

Color information

#FF9582 (or 0xFF9582) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 95 and 82. RGB value is (255,149,130). Sum of RGB (Red+Green+Blue) = 255+149+130=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9582 is #006A7D. Grayscale: #B2B2B2. Windows color (decimal): -27262 or 8558079. OLE color: 8558079.

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

Color convert

RGB255149130-
CMYK00.420.490
HSL9.12º100%75.49%-
HSV(B)9.12º49.02%100%-
XYZ56.0244.3726.73-
YUV178.53100.62182.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=47.75%
G=27.90%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514913000.420.4909.1210075.49
HexFF958202A3109644b
Octal37722520205261011144113
Binary11111111100101011000001001010101100010100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9582; }

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

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

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

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

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

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

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

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