Html Css Color HEX #F8A37D Light Salmon

📋 copy color: '#F8A37D'

red 248 ◦ green 163 ◦ blue 125

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

Shades of Light Salmon #F8A37D

Tints of Light Salmon #F8A37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 46.27%
G = 30.41%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8A37D (or 0xF8A37D) is known color: Light Salmon. HEX triplet: F8, A3 and 7D. RGB value is (248,163,125). Sum of RGB (Red+Green+Blue) = 248+163+125=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A37D is #075C82. Grayscale: #B8B8B8. Windows color (decimal): -482435 or 8233976. OLE color: 8233976.

HSL color Cylindrical-coordinate representation of color #F8A37D: hue angle of 18.54º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8A37D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 125 -
CMYK 0 0.34 0.50 0.03
HSL 18.54º 0.9% 0.73% -
HSV(B) 18.54º 0.5% 0.97% -
XYZ 55.51 47.63 25.67 -
YUV 184.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 248 163 125 0 0.34 0.50 0.03 18.54 0.9 0.73
Hex F8 A3 7D 0 22 32 3 13 5A 49
Octal 370 243 175 0 42 62 3 23 132 111
Binary 11111000 10100011 1111101 0 100010 110010 11 10011 1011010 1001001

Color Harmonies of #F8A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A37D

Black with #F8A37D

Text Example


Text Example

White with #F8A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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