Html Css Color HEX #FF9682 Vivid Tangerine

📋 copy color: '#FF9682'

red 255 ◦ green 150 ◦ blue 130

#FF9682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #FF9682

Tints of Vivid Tangerine #FF9682

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 150 (58.98% from 255) = 28.04%

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 47.66%
G = 28.04%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF9682 (or 0xFF9682) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 82. RGB value is (255,150,130). Sum of RGB (Red+Green+Blue) = 255+150+130=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9682 is #00697D. Grayscale: #B3B3B3. Windows color (decimal): -27006 or 8558335. OLE color: 8558335.

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

Color convert

RGB 255 150 130 -
CMYK 0 0.41 0.49 0
HSL 9.6º 1% 0.75% -
HSV(B) 9.6º 0.49% 1% -
XYZ 56.18 44.68 26.78 -
YUV 179.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 255 150 130 0 0.41 0.49 0 9.6 1 0.75
Hex FF 96 82 0 29 31 0 A 64 4B
Octal 377 226 202 0 51 61 0 12 144 113
Binary 11111111 10010110 10000010 0 101001 110001 0 1010 1100100 1001011

Color Harmonies of #FF9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9682

Black with #FF9682

Text Example


Text Example

White with #FF9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9682; }

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

 H1.HeaderClassName
 {
   color: #FF9682;
 }
 .AnyTagClassName
 {
   color: #FF9682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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