#FB9278

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

Shades of Vivid Tangerine #FB9278

Tints of Vivid Tangerine #FB9278

Color information

#FB9278 (or 0xFB9278) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 92 and 78. RGB value is (251,146,120). Sum of RGB (Red+Green+Blue) = 251+146+120=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9278 is #046D87. Grayscale: #AEAEAE. Windows color (decimal): -290184 or 7901947. OLE color: 7901947.

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

Color convert

RGB251146120-
CMYK00.420.520.02
HSL11.91º94.24%72.75%-
HSV(B)11.91º52.19%98.43%-
XYZ53.4542.4223.14-
YUV174.4397.29182.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 120 (47.27% from 255) = 23.21%
R=48.55%
G=28.24%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114612000.420.520.0211.9194.2472.75
HexFB927802A342c5e49
Octal37322217005264214136111
Binary11111011100100101111000010101011010010110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9278; }

 p { color: rgb(251,146,120); }

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

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

 a { background-color: rgb(251,146,120); }

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

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

 span { border-color: rgb(251,146,120); }

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