Html Css Color HEX #F3A47D Light Salmon

📋 copy color: '#F3A47D'

red 243 ◦ green 164 ◦ blue 125

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

Shades of Light Salmon #F3A47D

Tints of Light Salmon #F3A47D

RGB

 RED value IS 243 (95.31% from 255) = 45.68%

 GREEN value IS 164 (64.45% from 255) = 30.83%

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

R = 45.68%
G = 30.83%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3A47D (or 0xF3A47D) is known color: Light Salmon. HEX triplet: F3, A4 and 7D. RGB value is (243,164,125). Sum of RGB (Red+Green+Blue) = 243+164+125=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A47D is #0C5B82. Grayscale: #B7B7B7. Windows color (decimal): -809859 or 8234227. OLE color: 8234227.

HSL color Cylindrical-coordinate representation of color #F3A47D: hue angle of 19.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3A47D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 164 125 -
CMYK 0 0.33 0.49 0.05
HSL 19.83º 0.83% 0.72% -
HSV(B) 19.83º 0.49% 0.95% -
XYZ 53.94 47.09 25.65 -
YUV 183.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 243 164 125 0 0.33 0.49 0.05 19.83 0.83 0.72
Hex F3 A4 7D 0 21 31 5 14 53 48
Octal 363 244 175 0 41 61 5 24 123 110
Binary 11110011 10100100 1111101 0 100001 110001 101 10100 1010011 1001000

Color Harmonies of #F3A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A47D

Black with #F3A47D

Text Example


Text Example

White with #F3A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A47D; }

 p { color: rgb(243,164,125); }

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

background-color css

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

 a { background-color: rgb(243,164,125); }

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

border-color css

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

 span { border-color: rgb(243,164,125); }

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