#FB9478

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

Shades of Vivid Tangerine #FB9478

Tints of Vivid Tangerine #FB9478

Color information

#FB9478 (or 0xFB9478) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 94 and 78. RGB value is (251,148,120). Sum of RGB (Red+Green+Blue) = 251+148+120=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9478 is #046B87. Grayscale: #AFAFAF. Windows color (decimal): -289672 or 7902459. OLE color: 7902459.

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

Color convert

RGB251148120-
CMYK00.410.520.02
HSL12.82º94.24%72.75%-
HSV(B)12.82º52.19%98.43%-
XYZ53.7643.0523.24-
YUV175.696.62181.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=48.36%
G=28.52%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114812000.410.520.0212.8294.2472.75
HexFB9478029342d5e49
Octal37322417005164215136111
Binary11111011100101001111000010100111010010110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9478; }

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

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

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

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

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

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

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

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