#FA9379

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

Shades of Vivid Tangerine #FA9379

Tints of Vivid Tangerine #FA9379

Color information

#FA9379 (or 0xFA9379) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 93 and 79. RGB value is (250,147,121). Sum of RGB (Red+Green+Blue) = 250+147+121=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9379 is #056C86. Grayscale: #AFAFAF. Windows color (decimal): -355463 or 7967738. OLE color: 7967738.

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

Color convert

RGB250147121-
CMYK00.410.520.02
HSL12.09º92.81%72.75%-
HSV(B)12.09º51.6%98.04%-
XYZ53.3142.5723.5-
YUV174.8397.62181.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=48.26%
G=28.38%
B=23.36%

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
Decimal25014712100.410.520.0212.0992.8172.75
HexFA9379029342c5d49
Octal37222317105164214135111
Binary11111010100100111111001010100111010010110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9379; }

 p { color: rgb(250,147,121); }

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

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

 a { background-color: rgb(250,147,121); }

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

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

 span { border-color: rgb(250,147,121); }

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