Html Css Color HEX #FF9382 Vivid Tangerine

📋 copy color: '#FF9382'

red 255 ◦ green 147 ◦ blue 130

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

Shades of Vivid Tangerine #FF9382

Tints of Vivid Tangerine #FF9382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

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

R = 47.93%
G = 27.63%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF9382 (or 0xFF9382) is known color: Vivid Tangerine. HEX triplet: FF, 93 and 82. RGB value is (255,147,130). Sum of RGB (Red+Green+Blue) = 255+147+130=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9382 is #006C7D. Grayscale: #B1B1B1. Windows color (decimal): -27774 or 8557567. OLE color: 8557567.

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

Color convert

RGB 255 147 130 -
CMYK 0 0.42 0.49 0
HSL 8.16º 1% 0.75% -
HSV(B) 8.16º 0.49% 1% -
XYZ 55.7 43.74 26.63 -
YUV 177.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 255 147 130 0 0.42 0.49 0 8.16 1 0.75
Hex FF 93 82 0 2A 31 0 8 64 4B
Octal 377 223 202 0 52 61 0 10 144 113
Binary 11111111 10010011 10000010 0 101010 110001 0 1000 1100100 1001011

Color Harmonies of #FF9382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9382

Black with #FF9382

Text Example


Text Example

White with #FF9382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9382; }

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

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

background-color css

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

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

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

border-color css

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

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

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