#FC8D7E

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

Shades of Vivid Tangerine #FC8D7E

Tints of Vivid Tangerine #FC8D7E

Color information

#FC8D7E (or 0xFC8D7E) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 8D and 7E. RGB value is (252,141,126). Sum of RGB (Red+Green+Blue) = 252+141+126=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D7E is #037281. Grayscale: #ACACAC. Windows color (decimal): -225922 or 8293884. OLE color: 8293884.

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

Color convert

RGB252141126-
CMYK00.440.50.01
HSL7.14º95.45%74.12%-
HSV(B)7.14º50%98.82%-
XYZ53.4441.2524.88-
YUV172.48101.77184.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=48.55%
G=27.17%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214112600.440.50.017.1495.4574.12
HexFC8D7E02C32175f4a
Octal3742151760546217137112
Binary111111001000110111111100101100110010111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8D7E; }

 p { color: rgb(252,141,126); }

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

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

 a { background-color: rgb(252,141,126); }

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

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

 span { border-color: rgb(252,141,126); }

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