#FC9A82

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

Shades of Vivid Tangerine #FC9A82

Tints of Vivid Tangerine #FC9A82

Color information

#FC9A82 (or 0xFC9A82) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 9A and 82. RGB value is (252,154,130). Sum of RGB (Red+Green+Blue) = 252+154+130=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A82 is #03657D. Grayscale: #B4B4B4. Windows color (decimal): -222590 or 8559356. OLE color: 8559356.

HSL color Cylindrical-coordinate representation of color #FC9A82: hue angle of 11.8º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC9A82 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252154130-
CMYK00.390.480.01
HSL11.8º95.31%74.9%-
HSV(B)11.8º48.41%98.82%-
XYZ55.7345.4226.95-
YUV180.5799.47178.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 130 (51.17% from 255) = 24.25%
R=47.01%
G=28.73%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215413000.390.480.0111.895.3174.9
HexFC9A82027301c5f4b
Octal37423220204760114137113
Binary11111100100110101000001001001111100001110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A82; }

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

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

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

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

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

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

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

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