Html Css Color HEX #FA8482 Light Coral

📋 copy color: '#FA8482'

red 250 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #FA8482

Tints of Light Coral #FA8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 48.83%
G = 25.78%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8482 (or 0xFA8482) is known color: Light Coral. HEX triplet: FA, 84 and 82. RGB value is (250,132,130). Sum of RGB (Red+Green+Blue) = 250+132+130=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8482 is #057B7D. Grayscale: #A7A7A7. Windows color (decimal): -359294 or 8553722. OLE color: 8553722.

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

Color convert

RGB 250 132 130 -
CMYK 0 0.47 0.48 0.02
HSL 0.92% 0.75% -
HSV(B) 0.48% 0.98% -
XYZ 51.7 38.44 25.81 -
YUV 167.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 250 132 130 0 0.47 0.48 0.02 1 0.92 0.75
Hex FA 84 82 0 2F 30 2 1 5C 4B
Octal 372 204 202 0 57 60 2 1 134 113
Binary 11111010 10000100 10000010 0 101111 110000 10 1 1011100 1001011

Color Harmonies of #FA8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8482

Black with #FA8482

Text Example


Text Example

White with #FA8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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