#FC977D

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

Shades of Vivid Tangerine #FC977D

Tints of Vivid Tangerine #FC977D

Color information

#FC977D (or 0xFC977D) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 97 and 7D. RGB value is (252,151,125). Sum of RGB (Red+Green+Blue) = 252+151+125=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC977D is #036882. Grayscale: #B2B2B2. Windows color (decimal): -223363 or 8230908. OLE color: 8230908.

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

Color convert

RGB252151125-
CMYK00.400.500.01
HSL12.28º95.49%73.92%-
HSV(B)12.28º50.4%98.82%-
XYZ54.9144.3125.06-
YUV178.2497.96180.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.73%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=47.73%
G=28.60%
B=23.67%

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
Decimal25215112500.400.500.0112.2895.4973.92
HexFC977D028321c5f4a
Octal37422717505062114137112
Binary1111110010010111111110101010001100101110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC977D; }

 p { color: rgb(252,151,125); }

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

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

 a { background-color: rgb(252,151,125); }

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

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

 span { border-color: rgb(252,151,125); }

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