Html Css Color HEX #F5A382 Light Salmon

📋 copy color: '#F5A382'

red 245 ◦ green 163 ◦ blue 130

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

Shades of Light Salmon #F5A382

Tints of Light Salmon #F5A382

RGB

 RED value IS 245 (96.09% from 255) = 45.54%

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 45.54%
G = 30.3%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5A382 (or 0xF5A382) is known color: Light Salmon. HEX triplet: F5, A3 and 82. RGB value is (245,163,130). Sum of RGB (Red+Green+Blue) = 245+163+130=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A382 is #0A5C7D. Grayscale: #B7B7B7. Windows color (decimal): -679038 or 8561653. OLE color: 8561653.

HSL color Cylindrical-coordinate representation of color #F5A382: hue angle of 17.22º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5A382 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 163 130 -
CMYK 0 0.33 0.47 0.04
HSL 17.22º 0.85% 0.74% -
HSV(B) 17.22º 0.47% 0.96% -
XYZ 54.78 47.22 27.35 -
YUV 183.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 245 163 130 0 0.33 0.47 0.04 17.22 0.85 0.74
Hex F5 A3 82 0 21 2F 4 11 55 4A
Octal 365 243 202 0 41 57 4 21 125 112
Binary 11110101 10100011 10000010 0 100001 101111 100 10001 1010101 1001010

Color Harmonies of #F5A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A382

Black with #F5A382

Text Example


Text Example

White with #F5A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A382; }

 p { color: rgb(245,163,130); }

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

background-color css

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

 a { background-color: rgb(245,163,130); }

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

border-color css

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

 span { border-color: rgb(245,163,130); }

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