#FC987F

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

Shades of Vivid Tangerine #FC987F

Tints of Vivid Tangerine #FC987F

Color information

#FC987F (or 0xFC987F) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 98 and 7F. RGB value is (252,152,127). Sum of RGB (Red+Green+Blue) = 252+152+127=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC987F is #036780. Grayscale: #B3B3B3. Windows color (decimal): -223105 or 8362236. OLE color: 8362236.

HSL color Cylindrical-coordinate representation of color #FC987F: hue angle of 12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC987F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252152127-
CMYK00.400.500.01
HSL12º95.42%74.31%-
HSV(B)12º49.6%98.82%-
XYZ55.244.6825.79-
YUV179.0598.63180.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 127 (50% from 255) = 23.92%
R=47.46%
G=28.63%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215212700.400.500.011295.4274.31
HexFC987F028321c5f4a
Octal37423017705062114137112
Binary1111110010011000111111101010001100101110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC987F; }

 p { color: rgb(252,152,127); }

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

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

 a { background-color: rgb(252,152,127); }

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

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

 span { border-color: rgb(252,152,127); }

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