#FC9A7B

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

Shades of Vivid Tangerine #FC9A7B

Tints of Vivid Tangerine #FC9A7B

Color information

#FC9A7B (or 0xFC9A7B) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 9A and 7B. RGB value is (252,154,123). Sum of RGB (Red+Green+Blue) = 252+154+123=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A7B is #036584. Grayscale: #B3B3B3. Windows color (decimal): -222597 or 8100604. OLE color: 8100604.

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

Color convert

RGB252154123-
CMYK00.390.510.01
HSL14.42º95.56%73.53%-
HSV(B)14.42º51.19%98.82%-
XYZ55.2845.2424.56-
YUV179.7795.97179.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=47.64%
G=29.11%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215412300.390.510.0114.4295.5673.53
HexFC9A7B027331e604a
Octal37423217304763116140112
Binary1111110010011010111101101001111100111111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A7B; }

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

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

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

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

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

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

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

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