Html Css Color HEX #F3967C Dark Salmon

📋 copy color: '#F3967C'

red 243 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #F3967C

Tints of Dark Salmon #F3967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 47%
G = 29.01%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3967C (or 0xF3967C) is known color: Dark Salmon. HEX triplet: F3, 96 and 7C. RGB value is (243,150,124). Sum of RGB (Red+Green+Blue) = 243+150+124=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3967C is #0C6983. Grayscale: #AFAFAF. Windows color (decimal): -813444 or 8165107. OLE color: 8165107.

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

Color convert

RGB 243 150 124 -
CMYK 0 0.38 0.49 0.05
HSL 13.11º 0.83% 0.72% -
HSV(B) 13.11º 0.49% 0.95% -
XYZ 51.51 42.32 24.52 -
YUV 174.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 243 150 124 0 0.38 0.49 0.05 13.11 0.83 0.72
Hex F3 96 7C 0 26 31 5 D 53 48
Octal 363 226 174 0 46 61 5 15 123 110
Binary 11110011 10010110 1111100 0 100110 110001 101 1101 1010011 1001000

Color Harmonies of #F3967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3967C

Black with #F3967C

Text Example


Text Example

White with #F3967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3967C; }

 p { color: rgb(243,150,124); }

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

background-color css

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

 a { background-color: rgb(243,150,124); }

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

border-color css

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

 span { border-color: rgb(243,150,124); }

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