#FC947E

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

Shades of Vivid Tangerine #FC947E

Tints of Vivid Tangerine #FC947E

Color information

#FC947E (or 0xFC947E) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 94 and 7E. RGB value is (252,148,126). Sum of RGB (Red+Green+Blue) = 252+148+126=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947E is #036B81. Grayscale: #B0B0B0. Windows color (decimal): -224130 or 8295676. OLE color: 8295676.

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

Color convert

RGB252148126-
CMYK00.410.50.01
HSL10.48º95.45%74.12%-
HSV(B)10.48º50%98.82%-
XYZ54.543.3825.24-
YUV176.5999.46181.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=47.91%
G=28.14%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214812600.410.50.0110.4895.4574.12
HexFC947E029321a5f4a
Octal37422417605162112137112
Binary1111110010010100111111001010011100101101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC947E; }

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

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

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

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

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

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

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

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