#FC9980

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

Shades of Vivid Tangerine #FC9980

Tints of Vivid Tangerine #FC9980

Color information

#FC9980 (or 0xFC9980) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 99 and 80. RGB value is (252,153,128). Sum of RGB (Red+Green+Blue) = 252+153+128=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9980 is #03667F. Grayscale: #B3B3B3. Windows color (decimal): -222848 or 8428028. OLE color: 8428028.

HSL color Cylindrical-coordinate representation of color #FC9980: hue angle of 12.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC9980 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252153128-
CMYK00.390.490.01
HSL12.1º95.38%74.51%-
HSV(B)12.1º49.21%98.82%-
XYZ55.4345.0426.19-
YUV179.7598.8179.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=47.28%
G=28.71%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215312800.390.490.0112.195.3874.51
HexFC9980027311c5f4b
Octal37423120004761114137113
Binary11111100100110011000000001001111100011110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9980; }

 p { color: rgb(252,153,128); }

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

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

 a { background-color: rgb(252,153,128); }

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

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

 span { border-color: rgb(252,153,128); }

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