Html Css Color HEX #F6A37D Light Salmon

📋 copy color: '#F6A37D'

red 246 ◦ green 163 ◦ blue 125

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

Shades of Light Salmon #F6A37D

Tints of Light Salmon #F6A37D

RGB

 RED value IS 246 (96.48% from 255) = 46.07%

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

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

R = 46.07%
G = 30.52%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6A37D (or 0xF6A37D) is known color: Light Salmon. HEX triplet: F6, A3 and 7D. RGB value is (246,163,125). Sum of RGB (Red+Green+Blue) = 246+163+125=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A37D is #095C82. Grayscale: #B7B7B7. Windows color (decimal): -613507 or 8233974. OLE color: 8233974.

HSL color Cylindrical-coordinate representation of color #F6A37D: hue angle of 18.84º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6A37D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 163 125 -
CMYK 0 0.34 0.49 0.04
HSL 18.84º 0.87% 0.73% -
HSV(B) 18.84º 0.49% 0.96% -
XYZ 54.8 47.27 25.64 -
YUV 183.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 246 163 125 0 0.34 0.49 0.04 18.84 0.87 0.73
Hex F6 A3 7D 0 22 31 4 13 57 49
Octal 366 243 175 0 42 61 4 23 127 111
Binary 11110110 10100011 1111101 0 100010 110001 100 10011 1010111 1001001

Color Harmonies of #F6A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A37D

Black with #F6A37D

Text Example


Text Example

White with #F6A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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