Html Css Color HEX #F8A382 Light Salmon

📋 copy color: '#F8A382'

red 248 ◦ green 163 ◦ blue 130

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

Shades of Light Salmon #F8A382

Tints of Light Salmon #F8A382

RGB

 RED value IS 248 (97.27% from 255) = 45.84%

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

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

R = 45.84%
G = 30.13%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8A382 (or 0xF8A382) is known color: Light Salmon. HEX triplet: F8, A3 and 82. RGB value is (248,163,130). Sum of RGB (Red+Green+Blue) = 248+163+130=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A382 is #075C7D. Grayscale: #B8B8B8. Windows color (decimal): -482430 or 8561656. OLE color: 8561656.

HSL color Cylindrical-coordinate representation of color #F8A382: hue angle of 16.78º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8A382 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 130 -
CMYK 0 0.34 0.48 0.03
HSL 16.78º 0.89% 0.74% -
HSV(B) 16.78º 0.48% 0.97% -
XYZ 55.84 47.76 27.4 -
YUV 184.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 248 163 130 0 0.34 0.48 0.03 16.78 0.89 0.74
Hex F8 A3 82 0 22 30 3 11 59 4A
Octal 370 243 202 0 42 60 3 21 131 112
Binary 11111000 10100011 10000010 0 100010 110000 11 10001 1011001 1001010

Color Harmonies of #F8A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A382

Black with #F8A382

Text Example


Text Example

White with #F8A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A382; }

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

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

background-color css

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

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

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

border-color css

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

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

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