Html Css Color HEX #FF8F80 Vivid Tangerine

📋 copy color: '#FF8F80'

red 255 ◦ green 143 ◦ blue 128

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

Shades of Vivid Tangerine #FF8F80

Tints of Vivid Tangerine #FF8F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 48.48%
G = 27.19%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF8F80 (or 0xFF8F80) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 80. RGB value is (255,143,128). Sum of RGB (Red+Green+Blue) = 255+143+128=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F80 is #00707F. Grayscale: #AEAEAE. Windows color (decimal): -28800 or 8425471. OLE color: 8425471.

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

Color convert

RGB 255 143 128 -
CMYK 0 0.44 0.50 0
HSL 7.09º 1% 0.75% -
HSV(B) 7.09º 0.5% 1% -
XYZ 54.96 42.46 25.72 -
YUV 174.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 255 143 128 0 0.44 0.50 0 7.09 1 0.75
Hex FF 8F 80 0 2C 32 0 7 64 4B
Octal 377 217 200 0 54 62 0 7 144 113
Binary 11111111 10001111 10000000 0 101100 110010 0 111 1100100 1001011

Color Harmonies of #FF8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F80

Black with #FF8F80

Text Example


Text Example

White with #FF8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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