#FB8F75

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

Shades of Vivid Tangerine #FB8F75

Tints of Vivid Tangerine #FB8F75

Color information

#FB8F75 (or 0xFB8F75) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 8F and 75. RGB value is (251,143,117). Sum of RGB (Red+Green+Blue) = 251+143+117=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F75 is #04708A. Grayscale: #ACACAC. Windows color (decimal): -290955 or 7704571. OLE color: 7704571.

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

Color convert

RGB251143117-
CMYK00.430.530.02
HSL11.64º94.37%72.16%-
HSV(B)11.64º53.39%98.43%-
XYZ52.8241.4422.04-
YUV172.3396.78184.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=49.12%
G=27.98%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114311700.430.530.0211.6494.3772.16
HexFB8F7502B352c5e48
Octal37321716505365214136110
Binary11111011100011111110101010101111010110110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F75; }

 p { color: rgb(251,143,117); }

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

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

 a { background-color: rgb(251,143,117); }

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

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

 span { border-color: rgb(251,143,117); }

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