#FB9575

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

Shades of Vivid Tangerine #FB9575

Tints of Vivid Tangerine #FB9575

Color information

#FB9575 (or 0xFB9575) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 95 and 75. RGB value is (251,149,117). Sum of RGB (Red+Green+Blue) = 251+149+117=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9575 is #046A8A. Grayscale: #B0B0B0. Windows color (decimal): -289419 or 7706107. OLE color: 7706107.

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

Color convert

RGB251149117-
CMYK00.410.530.02
HSL14.33º94.37%72.16%-
HSV(B)14.33º53.39%98.43%-
XYZ53.7443.2922.35-
YUV175.8594.79181.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=48.55%
G=28.82%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114911700.410.530.0214.3394.3772.16
HexFB9575029352e5e48
Octal37322516505165216136110
Binary11111011100101011110101010100111010110111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9575; }

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

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

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

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

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

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

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

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