#FA8782

Color #FA8782 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #FA8782

Tints of Light Coral #FA8782

Color information

#FA8782 (or 0xFA8782) is unknown color: approx Light Coral. HEX triplet: FA, 87 and 82. RGB value is (250,135,130). Sum of RGB (Red+Green+Blue) = 250+135+130=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8782 is #05787D. Grayscale: #A8A8A8. Windows color (decimal): -358526 or 8554490. OLE color: 8554490.

HSL color Cylindrical-coordinate representation of color #FA8782: hue angle of 2.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8782 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250135130-
CMYK00.460.480.02
HSL2.5º92.31%74.51%-
HSV(B)2.5º48%98.04%-
XYZ52.1239.2625.95-
YUV168.82106.1185.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=48.54%
G=26.21%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013513000.460.480.022.592.3174.51
HexFA878202E30235c4b
Octal3722072020566023134113
Binary1111101010000111100000100101110110000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8782; }

 p { color: rgb(250,135,130); }

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

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

 a { background-color: rgb(250,135,130); }

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

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

 span { border-color: rgb(250,135,130); }

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