#FB9180

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

Shades of Vivid Tangerine #FB9180

Tints of Vivid Tangerine #FB9180

Color information

#FB9180 (or 0xFB9180) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 91 and 80. RGB value is (251,145,128). Sum of RGB (Red+Green+Blue) = 251+145+128=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9180 is #046E7F. Grayscale: #AEAEAE. Windows color (decimal): -290432 or 8425979. OLE color: 8425979.

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

Color convert

RGB251145128-
CMYK00.420.490.02
HSL8.29º93.89%74.31%-
HSV(B)8.29º49%98.43%-
XYZ53.8142.3225.75-
YUV174.76101.62182.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.90%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=47.90%
G=27.67%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114512800.420.490.028.2993.8974.31
HexFB918002A31285e4a
Octal37322120005261210136112
Binary111110111001000110000000010101011000110100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9180; }

 p { color: rgb(251,145,128); }

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

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

 a { background-color: rgb(251,145,128); }

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

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

 span { border-color: rgb(251,145,128); }

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