Html Css Color HEX #FA8580 Light Coral

📋 copy color: '#FA8580'

red 250 ◦ green 133 ◦ blue 128

#FA8580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #FA8580

Tints of Light Coral #FA8580

RGB

 RED value IS 250 (98.05% from 255) = 48.92%

 GREEN value IS 133 (52.34% from 255) = 26.03%

 BLUE value IS 128 (50.39% from 255) = 25.05%

R = 48.92%
G = 26.03%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA8580 (or 0xFA8580) is known color: Light Coral. HEX triplet: FA, 85 and 80. RGB value is (250,133,128). Sum of RGB (Red+Green+Blue) = 250+133+128=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8580 is #057A7F. Grayscale: #A7A7A7. Windows color (decimal): -359040 or 8422906. OLE color: 8422906.

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

Color convert

RGB 250 133 128 -
CMYK 0 0.47 0.49 0.02
HSL 2.46º 0.92% 0.74% -
HSV(B) 2.46º 0.49% 0.98% -
XYZ 51.71 38.66 25.16 -
YUV 167.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 250 133 128 0 0.47 0.49 0.02 2.46 0.92 0.74
Hex FA 85 80 0 2F 31 2 2 5C 4A
Octal 372 205 200 0 57 61 2 2 134 112
Binary 11111010 10000101 10000000 0 101111 110001 10 10 1011100 1001010

Color Harmonies of #FA8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8580

Black with #FA8580

Text Example


Text Example

White with #FA8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8580; }

 p { color: rgb(250,133,128); }

 H1.HeaderClassName
 {
   color: #FA8580;
 }
 .AnyTagClassName
 {
   color: #FA8580;
 }
</style>

background-color css

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

 a { background-color: rgb(250,133,128); }

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

border-color css

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

 span { border-color: rgb(250,133,128); }

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