Html Css Color HEX #F39D7D Dark Salmon

📋 copy color: '#F39D7D'

red 243 ◦ green 157 ◦ blue 125

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

Shades of Dark Salmon #F39D7D

Tints of Dark Salmon #F39D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 46.29%
G = 29.9%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F39D7D (or 0xF39D7D) is known color: Dark Salmon. HEX triplet: F3, 9D and 7D. RGB value is (243,157,125). Sum of RGB (Red+Green+Blue) = 243+157+125=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39D7D is #0C6282. Grayscale: #B3B3B3. Windows color (decimal): -811651 or 8232435. OLE color: 8232435.

HSL color Cylindrical-coordinate representation of color #F39D7D: hue angle of 16.27º 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 #F39D7D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 157 125 -
CMYK 0 0.35 0.49 0.05
HSL 16.27º 0.83% 0.72% -
HSV(B) 16.27º 0.49% 0.95% -
XYZ 52.72 44.65 25.24 -
YUV 179.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 243 157 125 0 0.35 0.49 0.05 16.27 0.83 0.72
Hex F3 9D 7D 0 23 31 5 10 53 48
Octal 363 235 175 0 43 61 5 20 123 110
Binary 11110011 10011101 1111101 0 100011 110001 101 10000 1010011 1001000

Color Harmonies of #F39D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39D7D

Black with #F39D7D

Text Example


Text Example

White with #F39D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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