#FA8483

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

Shades of Light Coral #FA8483

Tints of Light Coral #FA8483

Color information

#FA8483 (or 0xFA8483) is unknown color: approx Light Coral. HEX triplet: FA, 84 and 83. RGB value is (250,132,131). Sum of RGB (Red+Green+Blue) = 250+132+131=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8483 is #057B7C. Grayscale: #A7A7A7. Windows color (decimal): -359293 or 8619258. OLE color: 8619258.

HSL color Cylindrical-coordinate representation of color #FA8483: hue angle of 0.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 #FA8483 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250132131-
CMYK00.470.480.02
HSL0.5º92.25%74.71%-
HSV(B)0.5º47.6%98.04%-
XYZ51.7738.4726.17-
YUV167.17107.59187.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=48.73%
G=25.73%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013213100.470.480.020.592.2574.71
HexFA848302F30215c4b
Octal3722042030576021134113
Binary111110101000010010000011010111111000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8483; }

 p { color: rgb(250,132,131); }

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

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

 a { background-color: rgb(250,132,131); }

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

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

 span { border-color: rgb(250,132,131); }

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