#FA9780

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

Shades of Vivid Tangerine #FA9780

Tints of Vivid Tangerine #FA9780

Color information

#FA9780 (or 0xFA9780) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 97 and 80. RGB value is (250,151,128). Sum of RGB (Red+Green+Blue) = 250+151+128=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9780 is #05687F. Grayscale: #B2B2B2. Windows color (decimal): -354432 or 8427514. OLE color: 8427514.

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

Color convert

RGB250151128-
CMYK00.400.490.02
HSL11.31º92.42%74.12%-
HSV(B)11.31º48.8%98.04%-
XYZ54.3944.0226.05-
YUV177.9899.8179.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=47.26%
G=28.54%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015112800.400.490.0211.3192.4274.12
HexFA9780028312b5c4a
Octal37222720005061213134112
Binary111110101001011110000000010100011000110101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9780; }

 p { color: rgb(250,151,128); }

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

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

 a { background-color: rgb(250,151,128); }

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

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

 span { border-color: rgb(250,151,128); }

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