#FC8C7B

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

Shades of Vivid Tangerine #FC8C7B

Tints of Vivid Tangerine #FC8C7B

Color information

#FC8C7B (or 0xFC8C7B) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 8C and 7B. RGB value is (252,140,123). Sum of RGB (Red+Green+Blue) = 252+140+123=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C7B is #037384. Grayscale: #ABABAB. Windows color (decimal): -226181 or 8097020. OLE color: 8097020.

HSL color Cylindrical-coordinate representation of color #FC8C7B: hue angle of 7.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC8C7B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB252140123-
CMYK00.440.510.01
HSL7.91º95.56%73.53%-
HSV(B)7.91º51.19%98.82%-
XYZ53.140.8823.83-
YUV171.55100.61185.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=48.93%
G=27.18%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214012300.440.510.017.9195.5673.53
HexFC8C7B02C3318604a
Octal37421417305463110140112
Binary1111110010001100111101101011001100111100011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C7B; }

 p { color: rgb(252,140,123); }

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

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

 a { background-color: rgb(252,140,123); }

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

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

 span { border-color: rgb(252,140,123); }

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