#FA8F80

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

Shades of Vivid Tangerine #FA8F80

Tints of Vivid Tangerine #FA8F80

Color information

#FA8F80 (or 0xFA8F80) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 8F and 80. RGB value is (250,143,128). Sum of RGB (Red+Green+Blue) = 250+143+128=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F80 is #05707F. Grayscale: #ADADAD. Windows color (decimal): -356480 or 8425466. OLE color: 8425466.

HSL color Cylindrical-coordinate representation of color #FA8F80: hue angle of 7.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8F80 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250143128-
CMYK00.430.490.02
HSL7.38º92.42%74.12%-
HSV(B)7.38º48.8%98.04%-
XYZ53.1441.5325.64-
YUV173.28102.45182.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=47.98%
G=27.45%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014312800.430.490.027.3892.4274.12
HexFA8F8002B31275c4a
Octal3722172000536127134112
Binary11111010100011111000000001010111100011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8F80; }

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

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

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

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

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

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

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

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