#FC967F

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

Shades of Vivid Tangerine #FC967F

Tints of Vivid Tangerine #FC967F

Color information

#FC967F (or 0xFC967F) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 96 and 7F. RGB value is (252,150,127). Sum of RGB (Red+Green+Blue) = 252+150+127=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC967F is #036980. Grayscale: #B2B2B2. Windows color (decimal): -223617 or 8361724. OLE color: 8361724.

HSL color Cylindrical-coordinate representation of color #FC967F: hue angle of 11.04º 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 #FC967F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252150127-
CMYK00.400.500.01
HSL11.04º95.42%74.31%-
HSV(B)11.04º49.6%98.82%-
XYZ54.8844.0425.69-
YUV177.8899.29180.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 127 (50% from 255) = 24.01%
R=47.64%
G=28.36%
B=24.01%

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
Decimal25215012700.400.500.0111.0495.4274.31
HexFC967F028321b5f4a
Octal37422617705062113137112
Binary1111110010010110111111101010001100101101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC967F; }

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

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

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

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

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

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

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

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