#FC957B

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

Shades of Vivid Tangerine #FC957B

Tints of Vivid Tangerine #FC957B

Color information

#FC957B (or 0xFC957B) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 95 and 7B. RGB value is (252,149,123). Sum of RGB (Red+Green+Blue) = 252+149+123=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC957B is #036A84. Grayscale: #B1B1B1. Windows color (decimal): -223877 or 8099324. OLE color: 8099324.

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

Color convert

RGB252149123-
CMYK00.410.510.01
HSL12.09º95.56%73.53%-
HSV(B)12.09º51.19%98.82%-
XYZ54.4743.6224.29-
YUV176.8397.62181.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=48.09%
G=28.44%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214912300.410.510.0112.0995.5673.53
HexFC957B029331c604a
Octal37422517305163114140112
Binary1111110010010101111101101010011100111110011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC957B; }

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

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

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

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

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

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

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

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